Skip to content

Commit

Permalink
Merge pull request #35 from jsfillman/master
Browse files Browse the repository at this point in the history
Add ish
  • Loading branch information
jsfillman authored Mar 2, 2022
2 parents 12a52eb + 091f213 commit d89f18e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prod_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/checkout@v2
- name: Build and Push to Packages
env:
ISH: "${{ github.event.release.target_commitish }}"
PR: "${{ github.event.pull_request.number }}"
SHA: "${{ github.event.pull_request.head.sha }}"
VER: "${{ github.event.release.tag_name }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scripts/prod_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
export BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
export COMMIT=$(echo "$SHA" | cut -c -7)

echo "ISH is:" $ISH
echo "GITHUB_REF is:" $GITHUB_REF
echo "HEAD_REF is:" $GITHUB_HEAD_REF
echo "BASE_REF is:" $GITHUB_BASE_REF
Expand Down

0 comments on commit d89f18e

Please sign in to comment.