Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 23, 2024
1 parent b5215c2 commit b1ac324
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
steps:
- name: Get lastUpdated
if: lastUpdated
run: echo "lastUpdated=${{cat package.json | jq .lastUpdated}}" >> $GITHUB_ENV

run: echo "lastUpdated=$(cat package.json | jq .lastUpdated)" >> $GITHUB_ENV
- name: Comment
uses: mikedloss/create-update-comment@v1
with:
Expand Down

0 comments on commit b1ac324

Please sign in to comment.