Skip to content

Commit 36e320f

Browse files
committed
maybe
1 parent fa6cafd commit 36e320f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-requests-built-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
echo "${{ env.GH_APP_PRIVATE_KEY }}" > private-key.pem
5252
53-
APP_ID=${{ env.GH_APP_ID }}
53+
APP_ID="${{ env.GH_APP_ID }}"
5454
5555
# Generate JWT
5656
JWT="$(python3 - <<EOF

0 commit comments

Comments
 (0)