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