Skip to content

Commit

Permalink
Merge pull request #319 from wazsone/bug/fix-quotes
Browse files Browse the repository at this point in the history
Fix quotes
  • Loading branch information
denis-tingaikin authored Feb 21, 2023
2 parents e38af83 + 915cef5 commit d33ab6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
eval `ssh-agent -s`
ssh-add /tmp/sshkey
ssh_id=$(metal ssh-key create --key "$(cat /tmp/sshkey.pub)" --label ${SSH_KEY} -o json | jq -r '.id')
echo 'ssh_id=${ssh_id}' >> $GITHUB_OUTPUT
echo ssh_id=${ssh_id} >> $GITHUB_OUTPUT
env:
METAL_AUTH_TOKEN: ${{ secrets.PACKET_AUTH_TOKEN }}

Expand Down

0 comments on commit d33ab6d

Please sign in to comment.