Skip to content

Commit

Permalink
chore: removed not used variable 'name'
Browse files Browse the repository at this point in the history
  • Loading branch information
hansjoergventx committed Oct 21, 2023
1 parent 3437945 commit 433dcd7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr-infracost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ jobs:
const sha = pull.head.sha;
const { data: check } = await github.rest.checks.create({
...context.repo,
name: process.env.name,
head_sha: sha
});
return check;
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ jobs:
const sha = pull.head.sha;
const { data: check } = await github.rest.checks.create({
...context.repo,
name: process.env.name,
head_sha: sha
});
return check;
Expand Down

0 comments on commit 433dcd7

Please sign in to comment.