Skip to content

Commit 2c11d82

Browse files
committed
Try to fix GH workflow syntax, maybe?
1 parent 47070e4 commit 2c11d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
GH_ACCESS_TOKEN: ${{ secrets.gh_access_token }}
9898
REPOSITORY: ${{ matrix.repository }}
9999
# tags local excludes all actions that actually generate PRs
100-
DRY_RUN_FLAGS: ${{ inputs.dry-run && "--tags local" || "" }}
100+
DRY_RUN_FLAGS: ${{ inputs.dry-run && '--tags local' || '' }}
101101
run: |
102102
# Funnel via JSON to ensure that values are escaped properly
103103
echo '{}' | jq '{commit_hash: $ENV.GITHUB_SHA, author: $ENV.AUTHOR, reason: $ENV.REASON, custom_pr_title: $ENV.CUSTOM_PR_TITLE, base_dir: $pwd, gh_access_token: $ENV.GH_ACCESS_TOKEN, shard_repositories: [$ENV.REPOSITORY]} | with_entries(select(.value != null and .value != ""))' --arg pwd "$(pwd)" > vars.json

0 commit comments

Comments
 (0)