Skip to content

Commit

Permalink
fix: syntax error in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Aug 28, 2024
1 parent 6fbd1da commit 8cb28de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ runs:
echo "skip=false" >> "$GITHUB_OUTPUT"
fi
env:
GH_TOKEN: ${{ secrets.AUTOTICK_BOT_TOKEN }}
GH_TOKEN: ${{ inputs.github-token }}
SKIP_IF_PR_EXISTS: ${{ inputs.skip-if-pr-exists }}

- setup conda-lock
- name: setup conda-lock
if: ${{ steps.check.outputs.skip != 'true' }}
uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822 # v1
with:
Expand Down

0 comments on commit 8cb28de

Please sign in to comment.