Skip to content

Commit

Permalink
Fix typo in auto merge workflow (#118)
Browse files Browse the repository at this point in the history
`inputs` instead of `input`, when referencing input argument variables.
  • Loading branch information
CasperWA authored Mar 15, 2023
1 parent 7385d74 commit a1c8753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_automerge_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fi
TEMP_RUN_FILE=".tmp_${{ github.run_id }}_${{ github.run_number }}_${{ github.run_attempt }}.sh"
printf "${{ input.changes }}" >> ${TMP_RUN_FILE}
printf "${{ inputs.changes }}" >> ${TMP_RUN_FILE}
chmod +x ${TEMP_RUN_FILE}
./${TEMP_RUN_FILE}
Expand Down

0 comments on commit a1c8753

Please sign in to comment.