We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06b3d84 + df1fc8e commit 01e0f38Copy full SHA for 01e0f38
.github/workflows/satis-update.yml
@@ -15,11 +15,11 @@ jobs:
15
id: package
16
env:
17
REPO: ${{ github.repository }}
18
- run: echo ::set-output name=PACKAGE::${REPO##*/}
+ run: echo "PACKAGE=${REPO##*/}" >> $GITHUB_OUTPUT
19
20
- name: Set Version
21
id: tag
22
- run: echo ::set-output name=VERSION::${GITHUB_REF##*/}
+ run: echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
23
24
- name: Repository Dispatch
25
uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0
0 commit comments