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.
1 parent 85fb35d commit 63971e4Copy full SHA for 63971e4
.github/workflows/cicd-3-deploy.yaml
@@ -42,7 +42,7 @@ jobs:
42
echo "terraform_version=$(grep "^terraform" .tool-versions | cut -f2 -d' ')" >> $GITHUB_OUTPUT
43
# TODO: Get the version, but it may not be the .version file as this should come from the CI/CD Pull Request Workflow
44
echo "version=$(head -n 1 .version 2> /dev/null || echo unknown)" >> $GITHUB_OUTPUT
45
- echo "tag=${{ github.ref_name }})" >> $GITHUB_OUTPUT
+ echo "tag=${{ github.ref_name }}" >> $GITHUB_OUTPUT
46
- name: "List variables"
47
run: |
48
export BUILD_DATETIME="${{ steps.variables.outputs.build_datetime }}"
0 commit comments