Skip to content

Commit

Permalink
feat: attest example
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthh committed Oct 19, 2023
1 parent 3a05a09 commit b4a3f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -4,7 +4,7 @@ on:
types: [closed]

jobs:
my-job:
attest:
runs-on: ubuntu-latest
steps:
- name: Attestation
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
console.log("attestation 10");
console.log("attest example");



0 comments on commit b4a3f36

Please sign in to comment.