Skip to content

Commit 3d18a24

Browse files
authored
fix syntax of repo checkout command
1 parent 9ff0bc6 commit 3d18a24

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test_against_escu.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
# Checkout the develop (default) branch of security_content
3232
- name: Checkout repo
3333
uses: actions/checkout@v4
34-
path: 'security_content'
35-
repository: 'https://github.com/splunk/security_content'
34+
with:
35+
path: security_content
36+
repository: splunk/security_content
3637

3738
#Install the given version of Python we will test against
3839
- name: Install Required Python Version

0 commit comments

Comments
 (0)