Skip to content

Commit

Permalink
fix: typo in deploy site action (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az authored Jan 21, 2024
2 parents 272b6c5 + 7974e94 commit 432e324
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,11 @@ jobs:
echo 'EOF'
} >> $GITHUB_ENV
- name: 'Get Updated At Timestamp'
run: |
# format timestamp
TIMESTAMP=$(date -u -d "${{ github.event.repository.updated_at }}" +📆 %Y-%m-%d 🕒 %H:%M:%S)
# set environment variable
echo "LAST_UPDATED_AT=${TIMESTAMP}" >> $GITHUB_ENV
- name: Comment on Pull Request
if: github.event_name == 'pull_request'
uses: actions/github-script@v7
env:
LAST_UPDATED_AT: ${{ github.event.repository.updated_at }}
with:
debug: true
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 432e324

Please sign in to comment.