Skip to content

Commit 50ce103

Browse files
committed
Change workflow to checkout config as well.
1 parent 4fca4a2 commit 50ce103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action_scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
GH_REPO_OWNER: ${{ github.repository_owner }}
3030
with:
31-
repository: 'http://github.com/${{ env.GH_REPO_OWNER }}/.github'
31+
repository: '${{ env.GH_REPO_OWNER }}/.github'
3232
path: action_scanning
3333

3434
- name: Checkout Code

0 commit comments

Comments
 (0)