diff --git a/.github/workflows/build-action.yml b/.github/workflows/build-action.yml index b18359c..8cad06b 100644 --- a/.github/workflows/build-action.yml +++ b/.github/workflows/build-action.yml @@ -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