Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
datacap-bot[bot] authored Dec 9, 2024
1 parent 28fe2fe commit e746942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renew-application-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Renew Application Cache
run: |
REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)
curl -X POST "${BACKEND_URL}/application/cache/renewal" \
curl -f -X POST "${BACKEND_URL}/application/cache/renewal" \
-H "Content-Type: application/json" \
-d '{"owner": "'${{ github.repository_owner }}'", "repo": "'$REPO_NAME'"}'

0 comments on commit e746942

Please sign in to comment.