File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ on: # yamllint disable-line rule:truthy
1515permissions : {}
1616
1717env :
18- SYSTEM_TESTS_REF : ' main ' # Automated: This reference is automatically updated.
18+ SYSTEM_TESTS_REF : 0fb4a33cf727c23aa3f796ff3c9bc6499a9ea01e # Automated: This reference is automatically updated.
1919
2020jobs :
2121 changes :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ permissions: {}
2222env :
2323 REGISTRY : ghcr.io
2424 REPO : ghcr.io/datadog/dd-trace-rb
25- SYSTEM_TESTS_REF : main # Automated: This reference is automatically updated.
25+ SYSTEM_TESTS_REF : 0fb4a33cf727c23aa3f796ff3c9bc6499a9ea01e # Automated: This reference is automatically updated.
2626
2727jobs :
2828 changes :
Original file line number Diff line number Diff line change 5555 - run : git diff --color=always
5656
5757 - name : Create Pull Request
58- if : ${{ github.event.inputs.dry-run == false }}
58+ if : ${{ github.event.inputs.dry-run != true }}
5959 id : cpr
6060 uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
6161 with :
6969 add-paths : |
7070 .github/
7171 body : |
72- _This is an auto-generated PR from [here](https://github.com/DataDog/dd-trace-rb/blob/master/.github/workflows/yoga .yml)
72+ _This is an auto-generated PR from [here](https://github.com/DataDog/dd-trace-rb/blob/master/.github/workflows/update-system-tests .yml)_
7373 The PR updates the system tests (Updated to commit: ${{ steps.system-test-ref.outputs.commit }})
7474 Please review the changes and merge when ready
You can’t perform that action at this time.
0 commit comments