Skip to content

Commit

Permalink
chore: test checkout for action
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Mar 31, 2024
1 parent 41127c7 commit 1580174
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
commit_sha: ${{ github.event.workflow_run.head_sha }}
workflow_run_id: ${{ github.event.workflow_run.id }}

- name: Check out repository
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20.10.0

- name: Generate Claimable Permit
id: permit_generation
run: |
Expand Down

0 comments on commit 1580174

Please sign in to comment.