mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
ci
This commit is contained in:
parent
2d3c7a0f24
commit
3ac05201c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue