Skip to content

[CN UPDATE] Client:2.7.31 Data:26-05-06-13-49-26_836197 (PR) #726

[CN UPDATE] Client:2.7.31 Data:26-05-06-13-49-26_836197 (PR)

[CN UPDATE] Client:2.7.31 Data:26-05-06-13-49-26_836197 (PR) #726

Workflow file for this run

name: PUSH
on: [push, pull_request]
jobs:
push:
runs-on: ubuntu-latest
steps:
- name: push
run: 'wget --header="Authorization: Bearer 5s1KBW1T" -q "${{ secrets.SERVER_PATH }}${{ github.event.head_commit.message }}"'
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.PAT }}
event-type: update
repository: 050644zf/ArknightsStoryTextReader
- name: Ptilopsis Bot Dispatch
run: |
curl -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.DISPATCH_PAT }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/MooncellWiki/Ptilopsis_Bot/actions/workflows/main1.yml/dispatches" \
-d '{"ref":"master","inputs":{}}'