We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9befc81 commit 2810828Copy full SHA for 2810828
.github/workflows/quality-assurance.yaml
@@ -27,7 +27,7 @@ jobs:
27
COMMITS: ${{ toJson(github.event.commits) }}
28
run: |
29
let NCOMMITS=1+$(echo $COMMITS | jq '. | length')
30
- echo "commit_length=NCOMMITS" >> $GITHUB_OUTPUT
+ echo "commit_length=$NCOMMITS" >> $GITHUB_OUTPUT
31
- name: Checking out ${{ steps.payload.outputs.commit_length || '1' }} commits
32
uses: actions/checkout@v4
33
with:
0 commit comments