Skip to content

Commit

Permalink
Fix branch created in regenerate-target-info.yml
Browse files Browse the repository at this point in the history
Make it less confusing for gh
  • Loading branch information
NobodyXu committed May 4, 2024
1 parent 66a97a5 commit 2961e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-target-info.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Generate branch name
run: |
git checkout -b regenerate-target-info/${{ github.run_id }}
git checkout -b regenerate-target-info-${{ github.run_id }}
- name: Install rust
run: |
Expand Down

0 comments on commit 2961e30

Please sign in to comment.