We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c707d4 commit 4fca4a2Copy full SHA for 4fca4a2
.github/workflows/action_scanning.yml
@@ -26,11 +26,9 @@ jobs:
26
- name: Checkout Workflow Config
27
uses: actions/checkout@v4
28
env:
29
- GH_ACTION_REPOSITORY: ${{ github.action_repository }}
30
- GH_ACTION_REF: ${{ github.action_ref }}
+ GH_REPO_OWNER: ${{ github.repository_owner }}
31
with:
32
- repository: '${{ env.GH_ACTION_REPOSITORY }}'
33
- ref: '${{ env.GH_ACTION_REF }}'
+ repository: 'http://github.com/${{ env.GH_REPO_OWNER }}/.github'
34
path: action_scanning
35
36
- name: Checkout Code
0 commit comments