9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-26 02:09:30 +00:00
This commit is contained in:
DGun Otto
2023-12-15 18:01:42 +08:00
committed by GitHub
parent 209d593e70
commit f67720029b

View File

@@ -11,14 +11,14 @@ jobs:
uses: actions/checkout@v3
with:
path: 'DivineMC'
token: ${{ secrets.HAHAWTH }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout Purpur Repository
uses: actions/checkout@v3
with:
path: 'Purpur'
repository: "PurpurMC/Purpur"
token: ${{ secrets.HAHAWTH }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Get Purpur Latest Commit Hash
id: purpurRef