Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wang.kangning committed Sep 4, 2023
1 parent c93990d commit c7c25e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
- name: emit log
if: always()
run: |
env
cat ./emit-log.sh
./emit-log.sh
env:
TEST_TOKEN: test-token
DING_TOKEN: ${{secrets.DING_TOKEN}}
2 changes: 2 additions & 0 deletions emit-log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

echo "running emit-log"

env

# 取出 log.txt 的文件内容
log=$(cat log.txt|grep 'New tag:')

Expand Down

0 comments on commit c7c25e1

Please sign in to comment.