Skip to content

Commit 037c0e2

Browse files
authored
on-droneci-success.yml
1 parent 7978f84 commit 037c0e2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: on-drone-ci-success
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
commit:
7+
required: true
8+
9+
jobs:
10+
followup:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
with:
15+
ref: ${{ github.ref }}
16+
- run: |
17+
echo "Triggered by Drone commit: ${{ github.event.inputs.commit }}"

0 commit comments

Comments
 (0)