Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KEINOS committed Apr 2, 2023
1 parent 4ff9412 commit 1adfc2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ runs:
using: "composite"
steps:
- id: local-hash
shell: bash
run: |
: # Set basic variables
RUNNER_OS="${{ runner.os }}"
Expand Down Expand Up @@ -64,5 +65,6 @@ runs:
:
: # Final hash with the variant
HASHED="${currHash:0:32}:${variHash:0:16}"
echo "::set-output name=hash::${HASHED}"
shell: bash
:
: # Export the hash to the output
echo "hash=${HASHED}" >> $GITHUB_OUTPUT

0 comments on commit 1adfc2d

Please sign in to comment.