We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e13fea commit cf0ba03Copy full SHA for cf0ba03
.copier-answers.yml
@@ -1,6 +1,6 @@
1
# Autogenerated. Do not edit this by hand, use `copier update`.
2
---
3
-_commit: 0.3.2
+_commit: 0.3.4
4
_src_path: https://github.com/lkubb/salt-extension-copier
5
author: Salt Core Team
6
author_email: saltproject@vmware.com
.github/workflows/tag.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Extract tag name
18
id: get_version
19
- run: echo "::set-output name=version::$(echo ${GITHUB_REF#refs/tags/v})"
+ run: echo "version=$(echo ${GITHUB_REF#refs/tags/v})" >> $GITHUB_OUTPUT
20
21
call_central_workflow:
22
needs: get_tag_version
0 commit comments