File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ jobs:
223
223
224
224
# github.run_id is a unique number for each run within a repository.
225
225
# WARNING: the run_id will NOT be updated if a workflow is re-run
226
- branch="🤖/ org-wide-files/${{ github.run_id }}"
226
+ branch="org-wide-files/${{ github.run_id }}"
227
227
git checkout -b "$branch"
228
228
229
229
echo "name=$branch" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ jobs:
213
213
214
214
# github.run_id is a unique number for each run within a repository.
215
215
# WARNING: the run_id will NOT be updated if a workflow is re-run
216
- branch="🤖/ org-wide-files/${{ github.run_id }}"
216
+ branch="org-wide-files/${{ github.run_id }}"
217
217
git checkout -b "$branch"
218
218
219
219
echo "name=$branch" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ jobs:
214
214
215
215
# github.run_id is a unique number for each run within a repository.
216
216
# WARNING: the run_id will NOT be updated if a workflow is re-run
217
- branch="🤖/ org-wide-files/${{ github.run_id }}"
217
+ branch="org-wide-files/${{ github.run_id }}"
218
218
git checkout -b "$branch"
219
219
220
220
echo "name=$branch" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments