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 1e5984b commit a2e8ea1Copy full SHA for a2e8ea1
.github/workflows/build-and-stage.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Detect template source from PR body
37
run: |
38
- CheckoutTarget=$(grep "template_checkout_target=" $(${{ github.event.pull_request.body }}) | awk '{print $2}')
+ CheckoutTarget=$(grep "template_checkout_target=" `${{ env.github.event.pull_request.body }}` | awk '{print $2}')
39
if [[ $CheckoutTarget ]]; then
40
echo "Found checkout target '$CheckoutTarget' in PR body, using include templates from source."
41
echo "{TEMPLATE_CHECKOUT_TARGET}=$CheckoutTarget" >> "$GITHUB_ENV"
0 commit comments