Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
lredoban committed Jan 13, 2025
1 parent 9dd96a4 commit e346be8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,11 @@ runs:
cd "$GITHUB_ACTION_PATH"
npm install
qr_code=$(node lib/generate-qr.js "${{ env.preview_url }}")
echo "qr_code=$qr_code" >> $GITHUB_OUTPUT
{
echo 'qr_code<<EOF'
echo "$qr_code"
echo 'EOF'
} >> $GITHUB_OUTPUT
shell: bash

- name: Leave a comment after deployment
Expand Down

0 comments on commit e346be8

Please sign in to comment.