输出github环境变量
All checks were successful
代码更新通知 / update-server (push) Successful in 1s

This commit is contained in:
2024-12-18 12:01:07 +08:00
parent 1be5eb5235
commit b41d0c6f26

View File

@@ -8,6 +8,8 @@ jobs:
steps: steps:
- name: 输出当前目录环境 - name: 输出当前目录环境
run: pwd && ls -ahl run: pwd && ls -ahl
- name: 输出github环境变量
run: echo 'github相关 ${{ toJSON(github) }}'
- name: 发送通知 - name: 发送通知
id: use-go-action id: use-go-action
uses: https://git.aweoo.com/action/gotify@latest uses: https://git.aweoo.com/action/gotify@latest