Skip to content

Commit

Permalink
chore: bump checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Constrat committed Dec 22, 2024
1 parent a9da3ed commit 1d2bc99
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/sync-resource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,21 @@ jobs:

steps:
- name: Checkout MaaRelease
uses: actions/[email protected]
uses: actions/checkout@v4

- name: Setup Git
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
git show -s
- name: Checkout MaaResource
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4
with:
repository: MaaAssistantArknights/MaaResource
ssh-key: ${{secrets.MAA_RESOURCE_DEPLOY}}
path: MaaResource

- name: Update MaaResource
run: |
export commit_msg=$(git show -s --format=%s)
Expand Down

0 comments on commit 1d2bc99

Please sign in to comment.