Skip to content

Commit 4e1629c

Browse files
committed
Clarify step names
1 parent 99c60bd commit 4e1629c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pin-system-tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
scope: DataDog/dd-trace-java
3535
policy: self.pin-system-tests.create-pr
3636

37-
- name: Define base branch
37+
- name: Define base release branch
3838
id: define-base-branch
3939
run: |
4040
if [[ -n "${{ github.event.inputs.release-branch-name }}" ]]; then
@@ -51,21 +51,21 @@ jobs:
5151
fi
5252
echo "base_branch=${BASE_BRANCH}" >> $GITHUB_OUTPUT
5353
54-
- name: Checkout the repository
54+
- name: Checkout the dd-trace-java repository
5555
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5656
with:
5757
ref: ${{ steps.define-base-branch.outputs.base_branch }}
5858

59-
- name: Get latest commit SHA of base branch
59+
- name: Get latest commit SHA of base release branch
6060
id: get-latest-commit-sha
6161
run: |
6262
echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
6363
64-
- name: Define branch name
64+
- name: Define pin-system-tests branch name
6565
id: define-branch
6666
run: echo "branch=ci/pin-system-tests-$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
6767

68-
- name: Check if branch already exists
68+
- name: Check if pin-system-tests branch already exists
6969
id: check-branch
7070
run: |
7171
BRANCH=${{ steps.define-branch.outputs.branch }}

0 commit comments

Comments
 (0)