forked from alt/image-forge
Compare commits
1 Commits
scripts
...
test-workf
Author | SHA1 | Date | |
---|---|---|---|
45638dafe0 |
14
.gitea/workflows/wf_single_dispatch.yaml
Normal file
14
.gitea/workflows/wf_single_dispatch.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
name: Test repository dispatch
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [build-single-image]
|
||||
|
||||
jobs:
|
||||
test-repository-dispatch:
|
||||
runs-on: alt-sisyphus
|
||||
steps:
|
||||
- name: Print debug message
|
||||
run: |
|
||||
echo $MESSAGE
|
||||
env:
|
||||
MESSAGE: ${{ gitea.event.client_payload.message }}
|
Reference in New Issue
Block a user