Skip to content

Commit

Permalink
feat: added and removed lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthh committed Oct 23, 2023
1 parent 55d0c8f commit f6d53f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pr-attestation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
console.log("attest lines added and removed");
console.log("added 2");
console.log("added 3");


0 comments on commit f6d53f3

Please sign in to comment.