mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-08-22 18:07:19 +00:00
commit
02cb4764c2
3
.github/workflows/wiki-monitor.yml
vendored
3
.github/workflows/wiki-monitor.yml
vendored
@ -14,7 +14,8 @@ jobs:
|
|||||||
echo "User: ${{ github.actor }}" >> wiki-change-msg.txt
|
echo "User: ${{ github.actor }}" >> wiki-change-msg.txt
|
||||||
echo "Time: $(date '+%Y-%m-%d %H:%M:%S')" >> wiki-change-msg.txt
|
echo "Time: $(date '+%Y-%m-%d %H:%M:%S')" >> wiki-change-msg.txt
|
||||||
echo "" >> wiki-change-msg.txt
|
echo "" >> wiki-change-msg.txt
|
||||||
jq -r '.gollum.pages[] | "Page: \(.html_url) (action: \(.action))"' "$GITHUB_EVENT_PATH" >> wiki-change-msg.txt
|
cat "$GITHUB_EVENT_PATH"
|
||||||
|
jq -r '.gollum.pages // [] | .[] | "Page: \(.html_url) (action: \(.action))"' "$GITHUB_EVENT_PATH" >> wiki-change-msg.txt
|
||||||
|
|
||||||
- name: Create issue to notify Neilpang
|
- name: Create issue to notify Neilpang
|
||||||
uses: peter-evans/create-issue-from-file@v5
|
uses: peter-evans/create-issue-from-file@v5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user