Skip to content

Commit

Permalink
Fix workflow test (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria authored Mar 1, 2024
1 parent bec29f6 commit 3aad496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
-
name: Validate
run: '[ $(printf "%c" "$test") != "v" ]'
run: '[ $(printf "%c" "${{ github.event.inputs.branchname }}") != "v" ]'

multiarch:
needs: validate-inputs
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lychee

0 comments on commit 3aad496

Please sign in to comment.