We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdbcb9 commit cedee36Copy full SHA for cedee36
.github/workflows/ecr_sagemaker_publish.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
persist-credentials: false
38
39
- - run: echo "Is Release Candidate: ${{ env.IS_RC }}"
+ - run: echo "Is Release Candidate: $IS_RC"
40
41
- name: Set up QEMU
42
uses: docker/setup-qemu-action@master
0 commit comments