Skip to content

Commit 6022fb0

Browse files
committed
[feature] new workflow
1 parent 73f27eb commit 6022fb0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/readme.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: readme
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
readme:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: update README.md
11+
uses: the-actions-org/workflow-dispatch@3133c5d135c7dbe4be4f9793872b6ef331b53bc7
12+
with:
13+
wait-for-completion: false
14+
workflow: docker.yml
15+
token: "${{ secrets.REPOSITORY_TOKEN }}"
16+
inputs: '{ "build":"false", "release":"false", "readme":"true" }'

0 commit comments

Comments
 (0)