diff --git a/.github/workflows/on-issue-open.yml b/.github/workflows/on-issue-open.yml index 6dfca3f9ae..1bd67a935f 100644 --- a/.github/workflows/on-issue-open.yml +++ b/.github/workflows/on-issue-open.yml @@ -14,10 +14,10 @@ jobs: ref: master path: ./actions - name: Install Actions - run: npm install --production --prefix ./actions + run: npm install --production --prefix ./actions/build/actions - name: Run CopyCat - uses: ./actions/copycat + uses: ./actions/build/actions/copycat with: owner: anthonydresser repo: testissues diff --git a/.github/workflows/on-pr-open.yml b/.github/workflows/on-pr-open.yml index e0ff7b8e35..1b88b80865 100644 --- a/.github/workflows/on-pr-open.yml +++ b/.github/workflows/on-pr-open.yml @@ -18,6 +18,6 @@ jobs: run: npm install --production --prefix ./actions/build/actions - name: Run Port Labeler - uses: ./actions/auto-labeler + uses: ./actions/build/actions/auto-labeler with: label: "Port Request"