Skip to content

Commit b1f7f04

Browse files
fixed action
1 parent fc0ef94 commit b1f7f04

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/schedule.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@ jobs:
1616

1717
- name: Build bot
1818
run: dotnet publish
19+
20+
- name: show cwd
21+
run: pwd
1922

2023
- name: Create secrets files
2124
if: ${{ success() }}
2225
run: |
23-
echo ${{ secrets.GH_AUTH }} > ./publish/secrets/github_auth
24-
echo ${{ secrets.BOT_TOKEN }} > ./publish/secrets/bot_token
26+
echo "${{ secrets.GH_AUTH }}" > /publish/secrets/github_auth
27+
echo "${{ secrets.BOT_TOKEN }}" > /publish/secrets/bot_token
2528
2629
- name: Start program and update data
2730
if: ${{ success() }}

0 commit comments

Comments
 (0)