Skip to content

Commit 61f33e2

Browse files
authored
Merge branch 'escu_6_workflow_updates_only_no_content' into escu_6
2 parents 12b801e + 295994a commit 61f33e2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/unit-testing.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ jobs:
1414
repository: 'splunk/security_content' #this should be the TARGET repo of the PR. we hardcode it for now
1515
ref: ${{ github.base_ref }}
1616

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+
1725

1826
- name: Set up Python
1927
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)