Skip to content

Commit

Permalink
Merge pull request #30 from newfold-labs/fix/github-actions-deprecate…
Browse files Browse the repository at this point in the history
…d-commands

Fix GitHub Action deprecated notices.
  • Loading branch information
circlecube authored Sep 21, 2023
2 parents 2fc2a4c + 95f4cd6 commit d9702d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/satis-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
id: package
env:
REPO: ${{ github.repository }}
run: echo ::set-output name=PACKAGE::${REPO##*/}
run: echo "PACKAGE=${REPO##*/}" >> $GITHUB_OUTPUT

- name: Set Version
id: tag
run: echo ::set-output name=VERSION::${GITHUB_REF##*/}
run: echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT

- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
Expand Down

0 comments on commit d9702d9

Please sign in to comment.