Skip to content

Commit

Permalink
Update updatehymnals.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Surgbc authored Jul 28, 2023
1 parent d616330 commit 5afae47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/updatehymnals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
# Check if the repository exists
RESPONSE=$(curl -s -o /dev/null -w "%{http_code}" "https://api.github.com/repos/$ORG_NAME/$REPO_NAME")
#if [ "$RESPONSE" -eq 200 ]; then
if [ "$RESPONSE" -eq 200 ]; then
# ## Repository exists, delete it using GitHub API
# curl -X DELETE \
# -H "Authorization: token ${{ secrets.CREATE_AH_REPOS }}" \
# "https://api.github.com/repos/$ORG_NAME/$REPO_NAME"
# # continue
#fi
continue
fi
# Create the new repository using GitHub API
curl -X POST \
Expand Down

0 comments on commit 5afae47

Please sign in to comment.