Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown authored Dec 27, 2023
1 parent 85f6e07 commit af6c947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_exercises.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if [ '${{ env.FOO }}' == '' ]; then
echo "no branch ${{ inputs.language }}-${{ matrix.exercise }} to create pull request from"
else
echo github.event.repository.name
echo ${{ github.event.repository.name }}
cat pull_requests/${{ inputs.language }}-ex${{ matrix.exercise }}-pullbody.md > pullbody
echo "Fixes ${{ env.BAR }} ${{ inputs.language }}" >> pullbody
gh pr create -B main -H "${{ inputs.language }}-${{ matrix.exercise }}" --title 'Exercise ${{ matrix.exercise }} ${{ inputs.language }}.' --body-file pullbody --label ${{ inputs.language }}
Expand Down

0 comments on commit af6c947

Please sign in to comment.