Skip to content

Commit

Permalink
修复输出错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaphorme committed Oct 28, 2023
1 parent 9e2e35e commit 76159d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
id: get-sha
run: |
cd main || exit 1
echo "{sha}=$(git rev-parse HEAD)" >> $GITHUB_STATE
echo "{sha}=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
- name: Update web-controller in Cookie-Cats
uses: peter-evans/repository-dispatch@v2
Expand Down

0 comments on commit 76159d7

Please sign in to comment.