Skip to content

Commit f215c22

Browse files
committed
Fix _checks-golang
1 parent 32c62f3 commit f215c22

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/_checks-golang.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ jobs:
7474
uses: zondax/_actions/checkout-with-app@main
7575
with:
7676
github_app_auth: ${{ inputs.github_app_auth }}
77-
github_app_repos: |
78-
${{ github.repository }}
79-
${{ inputs.github_app_repos }}
77+
github_app_repos: ${{ inputs.github_app_repos }}
8078
checkout_submodules: true
8179
app_id: ${{ secrets.app_id }}
8280
app_pem: ${{ secrets.app_pem }}

0 commit comments

Comments
 (0)