Skip to content

Commit 758443c

Browse files
authored
Update opm-maker.yml
1 parent 31ee1c6 commit 758443c

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/opm-maker.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name: OPM Maker
33
on:
44
push:
55
paths:
6-
- "Custom/*.sopm"
7-
- ".github/workflows/*.yml"
6+
- "Custom/*.sopm"
7+
- ".github/workflows/*.yml"
8+
workflow_dispatch:
9+
inputs:
10+
logLevel:
11+
description: 'Log level'
12+
required: true
13+
default: 'warning'
814

915
jobs:
1016

@@ -27,7 +33,7 @@ jobs:
2733
id: get_version
2834
run: echo ::set-output name=VERSION::$(grep '<Version>' Custom/*.sopm | sed -r 's/.+>(.+)<.+/\1/')
2935

30-
- uses: rlespinasse/github-slug-action@master
36+
- uses: rlespinasse/github-slug-action@1.1.1
3137
- name: Print slug variables
3238
run: |
3339
echo ${{ env.GITHUB_REF_SLUG }}

0 commit comments

Comments
 (0)