File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ permissions: read-all
10
10
11
11
jobs :
12
12
trigger_linearize :
13
- # runs-on: ubuntu-latest
14
13
runs-on : [self-hosted, chrobalt-linux-runner]
15
14
permissions :
16
15
contents : write
55
54
56
55
# Create new commits json for m114
57
56
python main.py commits --repo-path=${GITHUB_WORKSPACE} --source-branch=origin/automated/linear_main \
58
- --start-commit-ref=38a06fe8674ad2140ff85c87b5b3a817304e369a --end-commit-ref=$REV --output-file=automated_commits_m114.json
57
+ --start-commit-ref=38a06fe8674ad2140ff85c87b5b3a817304e369a --end-commit-ref=$REV --output-file=${GITHUB_WORKSPACE}/automated_commits_m114.json
58
+ git checkout experimental/rebase_tools
59
59
git add automated_commits_m114.json
60
60
git commit -m "Linearization refresh on $(date +'%Y-%m-%d')."
61
61
git push --force origin experimental/rebase_tools:experimental/rebase_tools
You can’t perform that action at this time.
0 commit comments