Compare commits

...

1 Commits

Author SHA1 Message Date
45638dafe0 test repository dispatch 2024-09-16 04:16:56 +03:00

View 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 }}