Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Jan 8, 2025
1 parent 5b7c95f commit b851e24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v3
ref: "${{ inputs.branch }}"
with:
ref: "${{ inputs.branch }}"

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit b851e24

Please sign in to comment.