Skip to content

Commit 15f9933

Browse files
fix deprecated set-output (#33)
Signed-off-by: Bob Callaway <[email protected]> Signed-off-by: Bob Callaway <[email protected]> Co-authored-by: William Woodruff <[email protected]>
1 parent 96e8b32 commit 15f9933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/selftest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
"$ACTIONS_ID_TOKEN_REQUEST_URL&audience=sigstore" \
115115
| jq -r .value \
116116
)
117-
echo "::set-output name=identity-token::$identity_token"
117+
echo "identity-token=$identity_token" >> $GITHUB_OUTPUT
118118
shell: bash
119119
- name: Sign artifact and publish signature
120120
uses: ./

0 commit comments

Comments
 (0)