We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63389a commit 3469376Copy full SHA for 3469376
.github/workflows/CI.yml
@@ -18,12 +18,6 @@ jobs:
18
19
steps:
20
21
- # - name: Set vars
22
- # id: vars
23
- # # run: echo ::set-output name=tag::${GITHUB_REF#refs/*/} # this is depreciated: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
24
- # #run: echo "name=tag::${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT # does this not work?
25
- # run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
26
-
27
- name: Checkout code
28
uses: actions/[email protected]
29
with:
0 commit comments