Skip to content

Commit

Permalink
fix: testing complete flow with enviroment variable and secrets 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatist-ban committed Feb 27, 2024
1 parent d30d440 commit 92b8b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Validate conditions
run: |
echo "RELEASE_VERSION=${{ env.RELEASE_VERSION }}"
echo "RELEASE_VERSION=${{ RELEASE_VERSION }}"
echo "RELEASE_VERSION=${RELEASE_VERSION}"
echo "CONDITION RELEASE_VERSION=${{ env.RELEASE_VERSION != "" }}"
echo "CONDITION PUBLISH_ARTIFACT=${{ env.PUBLISH_ARTIFACT != "" }}"
echo "GITHUB_API_URL=${{ env.GITHUB_API_URL }}"
Expand Down

0 comments on commit 92b8b3f

Please sign in to comment.