From f6d53f3ba335651b9c69c89db54c022adb36e749 Mon Sep 17 00:00:00 2001 From: Arthh Date: Mon, 23 Oct 2023 15:04:21 -0300 Subject: [PATCH] feat: added and removed lines --- .github/workflows/github-pr-attestation.yml | 2 +- src/index.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/github-pr-attestation.yml b/.github/workflows/github-pr-attestation.yml index a55b381..a7b99fc 100644 --- a/.github/workflows/github-pr-attestation.yml +++ b/.github/workflows/github-pr-attestation.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Attestation id: attestation - uses: show-karma/github-attestation-action@feat/pr-added-and-removed-lines + uses: show-karma/github-attestation-action@feat/pr-added-and-removed-lines with: private-key: ${{ secrets.PRIVATE_KEY }} rpc-url: ${{ secrets.RPC_URL }} diff --git a/src/index.js b/src/index.js index 71ebf5c..215f259 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,4 @@ console.log("attest lines added and removed"); console.log("added 2"); -console.log("added 3");