From b4a3f367f512d17df4d4a79a40789327a51bb543 Mon Sep 17 00:00:00 2001 From: Arthh Date: Thu, 19 Oct 2023 14:46:26 -0300 Subject: [PATCH] feat: attest example --- .github/workflows/github-pr-attestation.yml | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-pr-attestation.yml b/.github/workflows/github-pr-attestation.yml index 5aa901e..6dc35bb 100644 --- a/.github/workflows/github-pr-attestation.yml +++ b/.github/workflows/github-pr-attestation.yml @@ -4,7 +4,7 @@ on: types: [closed] jobs: - my-job: + attest: runs-on: ubuntu-latest steps: - name: Attestation diff --git a/src/index.js b/src/index.js index b80cd34..4bee8d7 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,4 @@ -console.log("attestation 10"); +console.log("attest example");