Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #135 from theBeginner86/minor-changes-e2etest
Browse files Browse the repository at this point in the history
 [Cl] Add step for generating short_sha for filename
  • Loading branch information
Revolyssup authored Jan 9, 2022
2 parents 2f87cf0 + f5eb38e commit 5d98a12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2etest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
uses: actions/download-artifact@v2
with:
name: data.json
- name: Add commit SHORT_SHA
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
- name: echo results
run: |
pretty=$(jq . data.json)
Expand Down

0 comments on commit 5d98a12

Please sign in to comment.