Skip to content

Commit

Permalink
CI // Fix wrong base.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikiSuen committed Jul 22, 2024
1 parent 902d786 commit e193ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_specimen_GI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: update-gacha-meta-${{ github.run_number }}
base: dev
base: main
title: "Update Specimen GI"
body: |
This PR updates the gacha meta and other assets (see update_other_meta.py for details).
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_specimen_HSR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: update-gacha-meta-${{ github.run_number }}
base: dev
base: main
title: "Update Specimen HSR"
body: |
This PR updates the gacha meta and other assets (see update_other_meta.py for details).
Expand Down

0 comments on commit e193ff0

Please sign in to comment.