Skip to content

Commit

Permalink
Force status check
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 1, 2023
1 parent 212865e commit 309ca81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ jobs:
uses: ./
with:
build-dir: 'build'

- name: Ensure green check
if: ${{ always() }}
run: exit 0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ runs:

- name: Process results
run: |
node ${{ github.action_path }}/dist/index.js ${{ runner.temp }}/plugin-check-results.txt || exit 0
node ${{ github.action_path }}/dist/index.js ${{ runner.temp }}/plugin-check-results.txt
shell: bash
env:
INPUT_REPO_TOKEN: ${{ inputs.repo-token }}

0 comments on commit 309ca81

Please sign in to comment.