Skip to content

Commit

Permalink
Merge pull request #1 from rlespinasse/patch-1
Browse files Browse the repository at this point in the history
ci: update to github-slug-action v1.1.1
  • Loading branch information
mfmatos authored Dec 4, 2020
2 parents ba46b60 + 6ca5556 commit ff5150a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/opm-maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::$(grep '<Version>' Custom/*.sopm | sed -r 's/.+>(.+)<.+/\1/')

- uses: rlespinasse/github-slug-action@master
- uses: rlespinasse/github-slug-action@1.1.1
- name: Print slug variables
run: |
echo ${{ env.GITHUB_REF_SLUG }}
Expand Down

0 comments on commit ff5150a

Please sign in to comment.