diff --git a/.github/workflows/reset_test_repo.yml b/.github/workflows/reset_test_repo.yml index 1d6d5c0..eb27afa 100644 --- a/.github/workflows/reset_test_repo.yml +++ b/.github/workflows/reset_test_repo.yml @@ -94,7 +94,7 @@ 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 }}" --description "Repository for automated action testing" gh repo edit "${{ env.TARGET_REPO }}" --add-topic testing - name: Set repo variables