Skip to content

Commit 43c9cae

Browse files
Remove unicode in branch name (#326)
[skip ci]
1 parent 42a0965 commit 43c9cae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/sync-rest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
224224
# github.run_id is a unique number for each run within a repository.
225225
# 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 }}"
227227
git checkout -b "$branch"
228228
229229
echo "name=$branch" >> $GITHUB_OUTPUT

.github/workflows/sync-tooling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
214214
# github.run_id is a unique number for each run within a repository.
215215
# 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 }}"
217217
git checkout -b "$branch"
218218
219219
echo "name=$branch" >> $GITHUB_OUTPUT

.github/workflows/sync-tracks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
215215
# github.run_id is a unique number for each run within a repository.
216216
# 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 }}"
218218
git checkout -b "$branch"
219219
220220
echo "name=$branch" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)