We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c488a3 commit f8c793eCopy full SHA for f8c793e
1 file changed
.github/workflows/cicd-1-pull-request-devtest.yaml
@@ -44,7 +44,7 @@ jobs:
44
echo "python_version=$(grep "^nodejs" .tool-versions | cut -f2 -d' ')" >> $GITHUB_OUTPUT
45
echo "terraform_version=$(grep "^terraform" .tool-versions | cut -f2 -d' ')" >> $GITHUB_OUTPUT
46
echo "version=$(head -n 1 .version 2> /dev/null || echo unknown)" >> $GITHUB_OUTPUT
47
- echo "environment_tag=development" >> $GITHUB_OUTPUT
+ echo "environment_tag=nft" >> $GITHUB_OUTPUT
48
- name: "Check if pull request exists for this branch"
49
id: pr
50
env:
0 commit comments