Skip to content

Commit

Permalink
checkout main before build
Browse files Browse the repository at this point in the history
  • Loading branch information
TariqAyman committed Aug 14, 2024
1 parent 2db4329 commit 1d12a7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
timeout-minutes: 5

steps:
- name: Checkout
- name: Checkout code
uses: actions/checkout@v4
with:
ref: main

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 1d12a7e

Please sign in to comment.