Skip to content

Commit 6cd361f

Browse files
committed
chore: Changes naming from source and target to base and head
1 parent 167f7b6 commit 6cd361f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/task-1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v4
99
- name: Lists PRs branches
10-
run: echo "PR source ${{ github.base_ref }} target ${{ github.ref }}"
10+
run: echo "PR base ${{ github.base_ref }} head ${{ github.head_ref }}"
1111
if: ${{ github.event_name == 'pull_request' }}
1212
- name: Lists push branch
1313
run: echo 'Push branch ${{ github.ref }}, commit ref ${{ github.sha }}'

0 commit comments

Comments
 (0)