From 43c9caefa7152347b102d770e5ac3c4ffef21f51 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Thu, 25 Jan 2024 15:10:57 +0100 Subject: [PATCH] Remove unicode in branch name (#326) [skip ci] --- .github/workflows/sync-rest.yml | 2 +- .github/workflows/sync-tooling.yml | 2 +- .github/workflows/sync-tracks.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-rest.yml b/.github/workflows/sync-rest.yml index ffc653c..d3e1961 100644 --- a/.github/workflows/sync-rest.yml +++ b/.github/workflows/sync-rest.yml @@ -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 diff --git a/.github/workflows/sync-tooling.yml b/.github/workflows/sync-tooling.yml index 428ce0b..1e51cde 100644 --- a/.github/workflows/sync-tooling.yml +++ b/.github/workflows/sync-tooling.yml @@ -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 diff --git a/.github/workflows/sync-tracks.yml b/.github/workflows/sync-tracks.yml index 0349835..3bfcafd 100644 --- a/.github/workflows/sync-tracks.yml +++ b/.github/workflows/sync-tracks.yml @@ -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