Skip to content

Commit

Permalink
Update create_exercises.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown authored Dec 27, 2023
1 parent fba9897 commit 0c60421
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 @@ -46,7 +46,7 @@ jobs:
echo "REPO_URL=$(gh repo view --json url --jq '.url')" >> $GITHUB_ENV
echo ${{ env.REPO_URL }}
cat issues/${{ inputs.language }}-ex${{ matrix.exercise }}-issue.md > issuebody
sed -i 's|REPO_URL|${{ env.REPO_URL }}/blob/main|g' issuebody
sed -i 's/REPO_URL/${{ env.REPO_URL }}/g' issuebody
echo "BAR=$(gh issue create --title "${{ inputs.language }}: Exercise ${{ matrix.exercise }}" --body-file issuebody --label ${{ inputs.language }})" >> $GITHUB_ENV
- name: query_branch_exists
run: |
Expand Down

0 comments on commit 0c60421

Please sign in to comment.