Skip to content

Commit

Permalink
outputs?
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexus committed Dec 23, 2024
1 parent 247ccd7 commit e741f9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
# Output the current SHASUM for the environment
echo "shasum256save=$(cat sha256.txt)" >> $GITHUB_ENV
echo "shasum256save=$(cat sha256.txt)" >> "$GITHUB_OUTPUT"
- name: Check for Existing SHASUM
id: check-shasum
Expand All @@ -52,6 +53,7 @@ jobs:
outputs:
status: ${{ steps.check-shasum.outcome }}
shasum256save: ${{ steps.compute-shasum.outputs.shasum256save }}

build:
needs: compute-shasum
Expand Down Expand Up @@ -123,7 +125,7 @@ jobs:
- name: Commit Updated Version
run: |
echo "${{ env.shasum256save }}" > .last-shasum
echo "${{ needs.compute-shasum.outputs.shasum256save }}" > .last-shasum
git config user.name "github-actions"
git config user.email "[email protected]"
git add package.json .last-shasum
Expand Down

0 comments on commit e741f9c

Please sign in to comment.