Skip to content

Commit

Permalink
Changed HTTP request github action to v1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannytsang committed Nov 12, 2023
1 parent 6e12296 commit e55f4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
- name: 🚚 Deploying
uses: fjogeleit/http-request-action@master
uses: fjogeleit/http-request-action@v1
with:
url: '${{ secrets.DEPLOYMENT_URL }}'
method: POST
Expand Down

0 comments on commit e55f4be

Please sign in to comment.