diff --git a/.github/workflows/run-e2e-daily.yaml b/.github/workflows/run-e2e-daily.yaml index 633ae1b..fe4b98b 100644 --- a/.github/workflows/run-e2e-daily.yaml +++ b/.github/workflows/run-e2e-daily.yaml @@ -21,7 +21,8 @@ jobs: - name: Check out repository uses: actions/checkout@v3 with: - repository: adobecom/nala@main + repository: adobecom/nala + ref: main - name: Set up Node.js uses: actions/setup-node@v3