diff options
| author | Dax Raad <[email protected]> | 2026-01-29 23:52:08 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-29 23:52:08 -0500 |
| commit | 3ac05201c6501e21ad0bcd5295498614d570e5fa (patch) | |
| tree | 05b2bc2e076f8f73d55cd9530ac66049c796c1ec /.github/actions | |
| parent | 2d3c7a0f24754ea0643d9bfd6dec2df39623763f (diff) | |
| download | opencode-3ac05201c6501e21ad0bcd5295498614d570e5fa.tar.gz opencode-3ac05201c6501e21ad0bcd5295498614d570e5fa.zip | |
ci
Diffstat (limited to '.github/actions')
| -rw-r--r-- | .github/actions/setup-git-committer/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/setup-git-committer/action.yml b/.github/actions/setup-git-committer/action.yml index 39374e167..9af1c3d1a 100644 --- a/.github/actions/setup-git-committer/action.yml +++ b/.github/actions/setup-git-committer/action.yml @@ -30,7 +30,7 @@ runs: - name: Get GitHub App user id id: get-user-id run: | - echo "user-id=$(gh api \"/users/${{ steps.app-token.outputs.app-slug }}[bot]\" --jq .id)" >> "$GITHUB_OUTPUT" + echo "user-id=$(gh api \"/users/${{ steps.app-token.outputs.app-slug }}%5Bbot%5D\" --jq .id)" >> "$GITHUB_OUTPUT" shell: bash env: GH_TOKEN: ${{ steps.app-token.outputs.token }} |
