File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments