Skip to content

Commit 0824d96

Browse files
committed
Added workflow updater
1 parent 0a4d01e commit 0824d96

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/action-updater.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: GitHub Actions Version Updater
2+
3+
on:
4+
workflow_dispatch
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: actions/checkout@v2
12+
with:
13+
token: ${{ secrets.WORKFLOW_SECRET }}
14+
15+
- name: Run GitHub Actions Version Updater
16+
uses: saadmk11/[email protected]
17+
with:
18+
token: ${{ secrets.WORKFLOW_SECRET }}

0 commit comments

Comments
 (0)