Skip to content

Commit 25d5214

Browse files
chore(run-pre-commit): Update if expression
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 431ce73 commit 25d5214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-pre-commit/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
echo "$LOCATION_DIR" | tee -a "$GITHUB_PATH"
5858
5959
- name: Abort nix-github-token input is unset
60-
if: ${{ inputs.nix && !inputs.nix-github-token }}
60+
if: inputs.nix && !inputs.nix-github-token
6161
shell: bash
6262
run: |
6363
echo "nix-github-token input must be set when nix input is set"

0 commit comments

Comments
 (0)