From 444d66465507e698b3e520bd9c5906f6ea9e3ea5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 23 Oct 2024 10:39:28 +0100 Subject: [PATCH] test --- .github/workflows/on-pr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/on-pr.yml b/.github/workflows/on-pr.yml index d11f7df1..b7b8bea8 100644 --- a/.github/workflows/on-pr.yml +++ b/.github/workflows/on-pr.yml @@ -34,7 +34,6 @@ jobs: if: ${{ contains(github.event.pull_request.title, 'release zeta-icons') }} && ${{ contains(github.event.pull_request.title, 'chore(main)') }} steps: - name: Get lastUpdated - if: lastUpdated run: echo "lastUpdated=$(cat package.json | jq .lastUpdated)" >> $GITHUB_OUTPUT - name: Comment uses: mikedloss/create-update-comment@v1