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 4b5625a + 824dec2 commit 0d04250Copy full SHA for 0d04250
1 file changed
.github/workflows/deploy-demo.yml
@@ -49,7 +49,7 @@ jobs:
49
steps:
50
- name: Get branch name
51
id: branch-name
52
- uses: tj-actions/branch-names@v7.0.7
+ uses: tj-actions/branch-names@v9.0.0
53
- id: tag
54
name: Create Tag
55
run: echo "tag=${{ steps.branch-name.outputs.current_branch }}-`date +%FT%H%M`" >> $GITHUB_OUTPUT
0 commit comments