We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9c42c commit dc1a2edCopy full SHA for dc1a2ed
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Trigger deployment workflow
13
- - run: |
+ run: |
14
gh api --method POST \
15
-H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" \
16
/repos/ipshipyard/waterworks-infra/dispatches \
0 commit comments