Skip to content

Commit 1e37854

Browse files
ci: add action path var
1 parent 205a484 commit 1e37854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
uses: microsoft/[email protected]
1616
id: run_psrule
1717
with:
18-
source: '/.github/.ps-rule/'
18+
source: '${{ github.action_path }}/.github/.ps-rule/'
1919
modules: 'PSRule.Rules.Azure'
2020
baseline: 'templateCustom'

0 commit comments

Comments
 (0)