Skip to content

Commit fd17948

Browse files
committed
Update call
1 parent c39e68d commit fd17948

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/dispatch-roadmap-update.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,4 @@ jobs:
1414

1515
steps:
1616
- name: Trigger Roadmap Update workflow
17-
run: |
18-
curl -L \
19-
-X POST \
20-
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
21-
-H "Accept: application/vnd.github+json" \
22-
https://api.github.com/repos/${{ github.repository }}/actions/workflows/update-roadmap-project-dates.yml/dispatches \
23-
-d '{"ref": "${{ github.base_ref }}"}'
17+
run: echo "Hello World"

.github/workflows/update-roadmap-project-dates.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: Update Roadmap Dates
22

33
on:
44
workflow_run:
5-
workflows: ["Dispatch Roadmap Update"]
5+
workflows:
6+
- Dispatch Roadmap Update
67
types:
78
- completed
89

10+
911
jobs:
1012
update-roadmap-dates:
1113
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)