chore: upgrade set-output syntax

This commit is contained in:
Cheng Liu 2024-05-31 19:46:03 -07:00
parent 5595ffe1a4
commit 013e064e7a
No known key found for this signature in database
GPG key ID: EEC8452F7DB85CD6

View file

@ -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'