Skip to content

Commit

Permalink
Remove unnecessary env var, it's been fixed in v6.4.1 (actions/github…
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Sep 14, 2023
1 parent b20f0df commit 3726de5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI-build.yml
Expand Up @@ -60,7 +60,6 @@ jobs:
if: (success() || failure()) && steps.gradle != null && steps.gradle.outputs.result-success != null
uses: actions/github-script@v6
with:
debug: ${{ secrets.ACTIONS_STEP_DEBUG || false }}
script: |
await github.rest.repos.createCommitStatus({
owner: context.repo.owner,
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/CI-screenshot-record.yml
Expand Up @@ -66,7 +66,6 @@ jobs:
if: (success() || failure()) && steps.gradle != null && steps.gradle.outputs.result-success != null
uses: actions/github-script@v6
with:
debug: ${{ secrets.ACTIONS_STEP_DEBUG || false }}
script: |
await github.rest.repos.createCommitStatus({
owner: context.repo.owner,
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/CI-screenshot-verify.yml
Expand Up @@ -70,7 +70,6 @@ jobs:
if: (success() || failure()) && steps.gradle != null && steps.gradle.outputs.result-success != null
uses: actions/github-script@v6
with:
debug: ${{ secrets.ACTIONS_STEP_DEBUG || false }}
script: |
await github.rest.repos.createCommitStatus({
owner: context.repo.owner,
Expand Down

0 comments on commit 3726de5

Please sign in to comment.