Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
yayacat committed Jan 27, 2025
1 parent 1ae04ad commit e431ea5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-pr-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
with:
repository: ExpTechTW/TREM-Plugins
token: ${{ secrets.PAT_TOKEN }}
path: target-repo
path: ../target-repo

- name: Copy and commit file
run: |
mkdir -p target-repo/infos
mv target.json "target-repo/infos/${{ steps.get-filename.outputs.filename }}"
cd target-repo
mkdir -p ../target-repo/infos
mv ../target.json "../target-repo/infos/${{ steps.get-filename.outputs.filename }}"
cd ../target-repo
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
BRANCH_NAME="${{ steps.get-filename.outputs.branch_name }}"
Expand Down

0 comments on commit e431ea5

Please sign in to comment.