Skip to content

Commit

Permalink
CI: Trying to fix github-script step (posting PR comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Apr 22, 2022
1 parent 63f18d6 commit 2342301
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/app-submissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
app-lint:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -76,7 +78,7 @@ jobs:
exit ${lint_retcode}
- name: Report check result
uses: actions/github-script@v5
uses: actions/github-script@v6
if: ${{ !env.ACT && (success() || failure()) }}
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand All @@ -91,4 +93,4 @@ jobs:
- name: Print check result (local test)
if: ${{ env.ACT && (success() || failure()) }}
run: cat /tmp/lint-report.md
run: cat /tmp/lint-report.md

0 comments on commit 2342301

Please sign in to comment.