Skip to content

Commit cf0ba03

Browse files
committed
Fix workflow deprecation warning
1 parent 9e13fea commit cf0ba03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Autogenerated. Do not edit this by hand, use `copier update`.
22
---
3-
_commit: 0.3.2
3+
_commit: 0.3.4
44
_src_path: https://github.com/lkubb/salt-extension-copier
55
author: Salt Core Team
66
author_email: saltproject@vmware.com

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Extract tag name
1818
id: get_version
19-
run: echo "::set-output name=version::$(echo ${GITHUB_REF#refs/tags/v})"
19+
run: echo "version=$(echo ${GITHUB_REF#refs/tags/v})" >> $GITHUB_OUTPUT
2020

2121
call_central_workflow:
2222
needs: get_tag_version

0 commit comments

Comments
 (0)