mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-27 01:26:07 -05:00
chore: upgrade set-output syntax
This commit is contained in:
parent
5595ffe1a4
commit
013e064e7a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/website-deploy.yaml
vendored
4
.github/workflows/website-deploy.yaml
vendored
|
@ -42,9 +42,9 @@ jobs:
|
|||
id: comment
|
||||
run: |
|
||||
CURRENT_TIME=$(TZ='America/Los_Angeles' date +"%Y-%m-%d %H:%M:%S %Z")
|
||||
echo "::set-output name=current_time::$CURRENT_TIME"
|
||||
echo "current_time=$CURRENT_TIME" >> $GITHUB_OUTPUT
|
||||
- name: Comment on the commit
|
||||
uses: hasura/comment-progress@v2
|
||||
uses: hasura/comment-progress@v2.3.0
|
||||
with:
|
||||
github-token: ${{ secrets.BOT_ACCESS_TOKEN }}
|
||||
repository: 'tiktok/sparo'
|
||||
|
|
Loading…
Reference in a new issue