Skip to content

Commit

Permalink
feat: add fail_if_updated and fail_if_unknown
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Apr 24, 2024
1 parent 385b88c commit 9f332c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,12 @@ jobs:
- name: Use Local Docker Image
run: >
perl -p -i -e 's/image: (?:.*)$/image: Dockerfile/g' action.yml
- uses: ./
- name: Check and fail if unknown
uses: ./
with:
args: --fail-if-unknown
- name: Check default config works
uses: ./

required:
name: Required
Expand Down

0 comments on commit 9f332c0

Please sign in to comment.