Skip to content

Commit

Permalink
code artifact and github actions config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaranjanpatil committed Dec 19, 2023
1 parent 017391f commit 855dc67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ jobs:
LATEST_ID=latest
fi
echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
echo "LATEST_ID=${LATEST_ID}"
echo "BUILD_ID=${BUILD_ID}" >> $GITHUB_OUTPUT
echo "LATEST_ID=$LATEST_ID"
echo "BUILD_ID=$BUILD_ID" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 855dc67

Please sign in to comment.