We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12b801e + 295994a commit 61f33e2Copy full SHA for 61f33e2
1 file changed
.github/workflows/unit-testing.yml
@@ -14,6 +14,14 @@ jobs:
14
repository: 'splunk/security_content' #this should be the TARGET repo of the PR. we hardcode it for now
15
ref: ${{ github.base_ref }}
16
17
+ - name: Print out information abour PR target
18
+ run: |
19
+ echo "The PR target branch is: ${{ github.base_ref }}"
20
+ echo "The PR head branch is: ${{ github.head_ref }}"
21
+ echo "My current branch is"
22
+ git branch --show-current
23
+ git rev-parse HEAD
24
+
25
26
- name: Set up Python
27
uses: actions/setup-python@v6
0 commit comments