Skip to content

Commit

Permalink
fix id
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Feb 19, 2024
1 parent 7209ed8 commit 844822e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ runs:
stash_name=$(jq '.name // empty' stash.json | tr -d '"')
if [ -n "$stash_name" ]; then
echo "stash_name=$stash_name" >> $GITHUB_OUTPUT
echo "stash_run_id=$(jq '.artifacts[0].workflow_run.id')" >> $GITHUB_OUTPUT
echo "stash_run_id=$(jq '.artifacts[0].workflow_run.id' stash.json)" >> $GITHUB_OUTPUT
else
echo "::warning :: No stash found for key: ${{ inputs.key }}"
fi
Expand Down

0 comments on commit 844822e

Please sign in to comment.