There was an error while loading. Please reload this page.
1 parent 43b4623 commit 011117bCopy full SHA for 011117b
1 file changed
.github/workflows/static-analysis.yml
@@ -34,6 +34,8 @@ jobs:
34
- name: Checkout PR head (for push or other events)
35
if: github.event_name != 'pull_request_target'
36
uses: "actions/checkout@v4"
37
+ with:
38
+ ref: ${{ github.ref }}
39
40
- name: Checkout reusable workflow repo
41
uses: actions/checkout@v4
@@ -99,4 +101,4 @@ jobs:
99
101
COMPOSER_OPTIONS: ${{ matrix.matrix.composer_options }}
100
102
secrets:
103
SSH_PRIVATE_KEY_PIMCORE_DEPLOYMENTS_USER: ${{ secrets.SSH_PRIVATE_KEY_PIMCORE_DEPLOYMENTS_USER }}
- 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