We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f27eb commit 6022fb0Copy full SHA for 6022fb0
.github/workflows/readme.yml
@@ -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