Skip to content

Commit

Permalink
Fix commit_length variable in quality-assurance.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: James Bradlee <[email protected]>
  • Loading branch information
testersen committed Apr 1, 2024
1 parent 9befc81 commit 2810828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality-assurance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
COMMITS: ${{ toJson(github.event.commits) }}
run: |
let NCOMMITS=1+$(echo $COMMITS | jq '. | length')
echo "commit_length=NCOMMITS" >> $GITHUB_OUTPUT
echo "commit_length=$NCOMMITS" >> $GITHUB_OUTPUT
- name: Checking out ${{ steps.payload.outputs.commit_length || '1' }} commits
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2810828

Please sign in to comment.