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 db28678 commit 1a18ce3Copy full SHA for 1a18ce3
.github/workflows/tide_merge_to_reference.yml
@@ -9,6 +9,9 @@ jobs:
9
steps:
10
- name: Checkout code
11
uses: actions/checkout@v4
12
+ - name: Configure Git
13
+ run: |
14
+ git config --global user.email "${{ secrets.DEPLOY_USER_EMAIL }}" && git config --global user.name "${{ secrets.DEPLOY_USER_NAME }}"
15
- name: Merge to reference branch
16
run: |
- /__w/${GITHUB_REPOSITORY#*/}/${GITHUB_REPOSITORY#*/}/.circleci/merge-to-reference.sh
17
+ bash .circleci/merge-to-reference.sh
0 commit comments