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 47070e4 commit 2c11d82Copy full SHA for 2c11d82
1 file changed
.github/workflows/generate_prs.yml
@@ -97,7 +97,7 @@ jobs:
97
GH_ACCESS_TOKEN: ${{ secrets.gh_access_token }}
98
REPOSITORY: ${{ matrix.repository }}
99
# tags local excludes all actions that actually generate PRs
100
- DRY_RUN_FLAGS: ${{ inputs.dry-run && "--tags local" || "" }}
+ DRY_RUN_FLAGS: ${{ inputs.dry-run && '--tags local' || '' }}
101
run: |
102
# Funnel via JSON to ensure that values are escaped properly
103
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