Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Bump satak/webrequest-action from 1.4.0 to 1.5.0 #1012

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
npx --package @sentry/cli --yes sentry-cli releases deploys --org digitalservice --project grundsteuer ${{ github.event.inputs.imageTag }} new -e production

- name: Report Deployment
uses: satak/webrequest-action@283a84a8a140f4ddd8f7df4ef676c45c1f590933
uses: satak/webrequest-action@3697cc0c0ba0d501729b080ab5825c04bf96132e
with:
url: ${{ secrets.METRICS_DEPLOYMENT_WEBHOOK_URL }}
method: POST
Expand Down
Loading