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 970d0ae commit 2c707d4Copy full SHA for 2c707d4
.github/workflows/action_scanning.yml
@@ -25,8 +25,12 @@ jobs:
25
steps:
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 }}
31
with:
- repository: ${github.action_repository}
32
+ repository: '${{ env.GH_ACTION_REPOSITORY }}'
33
+ ref: '${{ env.GH_ACTION_REF }}'
34
path: action_scanning
35
36
- name: Checkout Code
0 commit comments