Skip to content

Commit 35b1910

Browse files
Fix workflow template path for ggscout.yml (#138)
* Fix workflow template path for ggscout.yml * Update ggscout.yml
1 parent 5451da9 commit 35b1910

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ggscout.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@ on:
55

66
jobs:
77
call-org-workflow:
8-
uses: my-org/.github/.github/workflows/ci.yml@main
9-
with:
10-
param: value
8+
uses: GitGuardian/.github/.github/workflows/ggscout.yml@main
119
secrets: inherit

0 commit comments

Comments
 (0)