Skip to content

Commit 21d5f87

Browse files
author
LE SAULNIER Kevin
committed
fix debug
Signed-off-by: LE SAULNIER Kevin <[email protected]>
1 parent bbce01e commit 21d5f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Get GitHub App User ID
3737
id: get-user-id
3838
run: |
39-
echo gh api "/users/${RUNGHA_APP_SLUG}[bot]"
39+
echo $(gh api "/users/${RUNGHA_APP_SLUG}[bot]")
4040
echo "user-id=$(gh api "/users/${RUNGHA_APP_SLUG}[bot]" --jq .id)" >> "$GITHUB_OUTPUT"
4141
env:
4242
GH_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)