Skip to content

Commit

Permalink
Dispatch test
Browse files Browse the repository at this point in the history
  • Loading branch information
PathogenDavid committed Jun 21, 2024
1 parent 6acd471 commit 4cc4c89
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/foreign-dispatch-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Foreign dispatch test
on:
push:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Dispatch
run: gh workflow run test.yml --raw-field project="Some Project" --raw-field version="1.2.3" --repo:PathogenPlayground/GitHubActionsTest2
env:
GH_TOKEN: ${{github.token}}

0 comments on commit 4cc4c89

Please sign in to comment.