We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd5eb6 commit 9cd9946Copy full SHA for 9cd9946
.github/workflows/create-release-branch.yaml
@@ -71,9 +71,7 @@ jobs:
71
- name: Define temp branch name
72
if: steps.check-branch.outputs.creating_new_branch == 'true'
73
id: define-temp-branch
74
- run: |
75
- TEMP_BRANCH="${{ steps.define-branch.outputs.branch }}-pin-system-tests"
76
- echo "branch=${TEMP_BRANCH}" >> "$GITHUB_OUTPUT"
+ run: echo "branch=ci/pin-system-tests-$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
77
78
- name: Update system-tests references to latest commit SHA on main
79
0 commit comments