Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Nov 18, 2024
1 parent 5426e1a commit 40d1aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reset_test_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
- name: Set repo description and topic
run: |
gh repo edit ${{ env.TARGET_REPO }})" --description Repository for automated action testing
gh repo edit ${{ env.TARGET_REPO }})" --add-topic testing
gh repo edit ${{ env.TARGET_REPO }}" --description Repository for automated action testing
gh repo edit ${{ env.TARGET_REPO }}" --add-topic testing
- name: Set repo variables
run: |
Expand Down

0 comments on commit 40d1aa4

Please sign in to comment.