Skip to content

Commit

Permalink
add blob/main
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown authored Dec 27, 2023
1 parent 5183019 commit bd76127
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 $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
echo ${{ github.server_url }}/${{ github.repository }}
cat issues/${{ inputs.language }}-ex${{ matrix.exercise }}-issue.md > issuebody
sed -i 's|REPO_URL|${{ github.server_url }}/${{ github.repository }}|g' issuebody
sed -i 's|REPO_URL|${{ github.server_url }}/${{ github.repository }}/blob/main/|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 bd76127

Please sign in to comment.