Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown authored Dec 27, 2023
1 parent 9089d61 commit 5183019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_exercises.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
if: hashFiles(env.issueFile) !=''
run: |
echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
echo ${{ github.server_url }}/${{ github.respository }}
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.respository }}|g' issuebody
sed -i 's|REPO_URL|${{ github.server_url }}/${{ github.repository }}|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 5183019

Please sign in to comment.