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 9ff0bc6 commit 3d18a24Copy full SHA for 3d18a24
.github/workflows/test_against_escu.yml
@@ -31,8 +31,9 @@ jobs:
31
# Checkout the develop (default) branch of security_content
32
- name: Checkout repo
33
uses: actions/checkout@v4
34
- path: 'security_content'
35
- repository: 'https://github.com/splunk/security_content'
+ with:
+ path: security_content
36
+ repository: splunk/security_content
37
38
#Install the given version of Python we will test against
39
- name: Install Required Python Version
0 commit comments