Skip to content

Commit

Permalink
[MINOR] Print ENV var
Browse files Browse the repository at this point in the history
  • Loading branch information
aravind-opsverse authored Dec 7, 2023
1 parent 483d8ef commit 06ae83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: |
echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
echo "SHA= ${GITHUB_SHA}"
echo "SHORT SHA= ${SHORT_SHA}"
echo "SHORT SHA= ${env.SHORT_SHA}"
- name: "☁️ checkout repository"
uses: actions/checkout@v2
Expand Down

0 comments on commit 06ae83b

Please sign in to comment.