Skip to content

Commit

Permalink
Update step for generating branch name in regenerate-target-info
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu committed May 4, 2024
1 parent 89d48b2 commit 67eae7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-target-info
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Generate branch name
run: |
git checkout -b deps/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 67eae7c

Please sign in to comment.