Skip to content

Commit 011117b

Browse files
authored
Fix indentation in static-analysis.yml
1 parent 43b4623 commit 011117b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/static-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
- name: Checkout PR head (for push or other events)
3535
if: github.event_name != 'pull_request_target'
3636
uses: "actions/checkout@v4"
37+
with:
38+
ref: ${{ github.ref }}
3739

3840
- name: Checkout reusable workflow repo
3941
uses: actions/checkout@v4
@@ -99,4 +101,4 @@ jobs:
99101
COMPOSER_OPTIONS: ${{ matrix.matrix.composer_options }}
100102
secrets:
101103
SSH_PRIVATE_KEY_PIMCORE_DEPLOYMENTS_USER: ${{ secrets.SSH_PRIVATE_KEY_PIMCORE_DEPLOYMENTS_USER }}
102-
COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN: ${{ secrets.COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN }}
104+
COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN: ${{ secrets.COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN }}

0 commit comments

Comments
 (0)