We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06f715 commit bd6c2d4Copy full SHA for bd6c2d4
1 file changed
.github/workflows/update-nightly.yml
@@ -6,22 +6,19 @@ on:
6
workflow_dispatch:
7
8
jobs:
9
- build:
+ update:
10
runs-on: ubuntu-latest
11
steps:
12
13
- name: checkout
14
uses: actions/checkout@v6
15
with:
16
ref: nightly-testing
17
- fetch-depth: 0
18
token: ${{ secrets.UNICODE_BASIC_TOKEN }}
19
20
-
21
- name: install jq
22
uses: dcarbone/install-jq-action@v3
23
24
25
- name: set user
26
run: |
27
git config user.name "${{ github.actor }}"
@@ -30,7 +27,7 @@ jobs:
30
- name: merge main
31
28
32
29
git fetch origin
33
- git merge main --strategy-option ours --no-commit --allow-unrelated-histories
+ git merge origin/main --strategy-option ours --no-commit --allow-unrelated-histories
34
35
- name: update lean-toolchain
36
id: toolchain-tag
0 commit comments