We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf9c4e commit 622aee9Copy full SHA for 622aee9
.github/workflows/stackhpc-all-in-one.yml
@@ -176,7 +176,7 @@ jobs:
176
ssh_key="${ssh_key//$'\n'/'%0A'}"
177
ssh_key="${ssh_key//$'\r'/'%0D'}"
178
echo "::add-mask::$ssh_key"
179
- echo "::set-output name=ssh_key::$ssh_key"
+ echo "ssh_key=$ssh_key" >> $GITHUB_OUTPUT
180
181
# The same tag may be reused (e.g. pr-123), so ensure we have the latest image.
182
- name: Pull latest Kayobe image
0 commit comments