We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0eff6 commit 555bb9dCopy full SHA for 555bb9d
1 file changed
.github/workflows/github-action.yml
@@ -4,13 +4,17 @@ jobs:
4
Finish-Habitica-Tasks:
5
runs-on: ubuntu-latest
6
steps:
7
- - name: Check out bahash code
8
- uses: actions/checkout@v2
+ - name: Check out habash code
+ uses: actions/checkout@v4
9
with:
10
fetch-depth: 0
11
repository: nasfarley88/habash
12
+ - name: 确保 habash 可执行
13
+ run: chmod +x ./habash
14
- name: 提交 habitica 任务
- run: ./habash up "写博客"
15
+ run: |
16
+ set -x
17
+ ./habash up "写博客"
18
env:
19
HABITICA_TOKEN: ${{ secrets.HABITICA_TOKEN }}
20
HABITICA_UUID: ${{ secrets.HABITICA_UUID }}
0 commit comments