We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a712b commit 2c046efCopy full SHA for 2c046ef
.github/workflows/pr-deploy.yaml
@@ -42,7 +42,7 @@ jobs:
42
PR_TITLE=$(curl -sSL -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/coder/coder/pulls/$PR_NUMBER" | jq -r '.title')
43
else
44
PR_NUMBER=${{ github.event.issue.number }}
45
- PR_TITLE="${{ github.event.issue.title }}"
+ PR_TITLE='${{ github.event.issue.title }}'
46
fi
47
echo "PR_URL=https://github.com/coder/coder/pull/$PR_NUMBER" >> $GITHUB_OUTPUT
48
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_OUTPUT
0 commit comments