Skip to content

Commit

Permalink
Remove unicode in branch name (#326)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ErikSchierboom authored Jan 25, 2024
1 parent 42a0965 commit 43c9cae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
# github.run_id is a unique number for each run within a repository.
# WARNING: the run_id will NOT be updated if a workflow is re-run
branch="🤖/org-wide-files/${{ github.run_id }}"
branch="org-wide-files/${{ github.run_id }}"
git checkout -b "$branch"
echo "name=$branch" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
# github.run_id is a unique number for each run within a repository.
# WARNING: the run_id will NOT be updated if a workflow is re-run
branch="🤖/org-wide-files/${{ github.run_id }}"
branch="org-wide-files/${{ github.run_id }}"
git checkout -b "$branch"
echo "name=$branch" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-tracks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
# github.run_id is a unique number for each run within a repository.
# WARNING: the run_id will NOT be updated if a workflow is re-run
branch="🤖/org-wide-files/${{ github.run_id }}"
branch="org-wide-files/${{ github.run_id }}"
git checkout -b "$branch"
echo "name=$branch" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 43c9cae

Please sign in to comment.