diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 64ba1911..0ecb5bd1 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -23,8 +23,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - name: benjamincanac/app-ui3 - ref: refs/heads/main + repository: benjamincanac/app-ui3 - name: Set short SHA run: echo "COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV @@ -63,8 +62,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - name: benjamincanac/app-ui3-vue - ref: refs/heads/main + repository: benjamincanac/app-ui3-vue - name: Set short SHA run: echo "COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV