Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jun 14, 2023
1 parent a36e16e commit 23b8114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/watchVote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
"$GITHUB_OUTPUT"; cat "$GITHUB_OUTPUT"
env:
SUBPATH: ${{ github.head_ref }}
FIRST_COMMIT_REF: 'HEAD^2~${{ steps.nb-of-commits.outputs.minusOne }}'
FIRST_COMMIT_REF: HEAD^2~${{ steps.nb-of-commits.outputs.minusOne }}
LAST_COMMIT_REF: ${{ github.event.after }}
CHECK_COMMITS_AFTER: ${{ github.event.before }}
PR_DESCRIPTION: ${{steps.desc.outputs.markdown}}
Expand Down

0 comments on commit 23b8114

Please sign in to comment.