Skip to content

Commit fea5365

Browse files
Add GitHub Actions workflow to trigger reusable job
1 parent d679d77 commit fea5365

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
name: Trigger reusable
3+
4+
on:
5+
workflow_dispatch:
6+
7+
jobs:
8+
dump-context:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- run: echo '${{ toJSON(github) }}'
12+
13+
trigger:
14+
uses: TomaszKasowicz/release-toil-app/.github/workflows/reusable.yaml@main

0 commit comments

Comments
 (0)