We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167f7b6 commit 6cd361fCopy full SHA for 6cd361f
1 file changed
.github/workflows/task-1.yaml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- uses: actions/checkout@v4
9
- name: Lists PRs branches
10
- run: echo "PR source ${{ github.base_ref }} target ${{ github.ref }}"
+ run: echo "PR base ${{ github.base_ref }} head ${{ github.head_ref }}"
11
if: ${{ github.event_name == 'pull_request' }}
12
- name: Lists push branch
13
run: echo 'Push branch ${{ github.ref }}, commit ref ${{ github.sha }}'
0 commit comments