Skip to content

Commit

Permalink
More CI/CD Fix to avoid Cloudflare issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperBlue committed Nov 9, 2023
1 parent 4b2d4ab commit ee16f66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ jobs:
- name: Print outputs
run: |
echo "Status: ${{ steps.request.outputs.status }}"
echo "Success: ${{ steps.request.outputs.success }}"
echo "Headers: ${{ steps.request.outputs.headers }}"
echo "Body: ${{ steps.request.outputs.body }}"
echo "Success: ${{ steps.request.outputs.success }}"

0 comments on commit ee16f66

Please sign in to comment.