Skip to content

Commit 6534be1

Browse files
authored
Create RegisterAction.yml
1 parent daa061d commit 6534be1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: RegisterAction
2+
on:
3+
workflow_dispatch:
4+
inputs:
5+
version:
6+
description: Version to register or component to bump
7+
required: true
8+
9+
jobs:
10+
register:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: julia-actions/RegisterAction@latest
14+
with:
15+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)