Skip to content

Commit

Permalink
Write to a file
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskerr committed Aug 3, 2023
1 parent b6ee084 commit d71f526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-upload-build-sha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
name: Upload the Build Shaw
runs-on: ubuntu-20.04
steps:
- name: Echo the build sha
run: echo ${{ github.sha }}
- run: echo ${{ github.sha }} > sha.txt
- run: cat sha.txt

0 comments on commit d71f526

Please sign in to comment.