Skip to content

Commit

Permalink
ci: update peter-evans/repository-dispatch v3
Browse files Browse the repository at this point in the history
  • Loading branch information
eallion committed Aug 3, 2024
1 parent a9c5730 commit 9160c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-neodb-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
# # 调用另外的 GitHub Actions 构建 Hugo
- name: Build Hugo and Deploy
if: ${{ env.REMOTE_UUID != env.CURRENT_UUID }}
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
event-type: build-hugo

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-steam-web-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ jobs:
# # 调用另外的 GitHub Actions 构建 Hugo
- name: Build Hugo and Deploy
if: ${{ env.CURRENT_MD5 != env.LOCAL_MD5 }}
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
event-type: build-hugo

0 comments on commit 9160c93

Please sign in to comment.