diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a5fd026b..aa63d529 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: - name: set script-shell run: yarn config set script-shell /bin/bash - name: Set up gotestfmt - uses: haveyoudebuggedit/gotestfmt-action@v2 + uses: GoTestTools/gotestfmt-action@v2 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run examples diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index 78f0f661..17efc943 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -82,7 +82,7 @@ jobs: - name: set script-shell run: yarn config set script-shell /bin/bash - name: Set up gotestfmt - uses: haveyoudebuggedit/gotestfmt-action@v2 + uses: GoTestTools/gotestfmt-action@v2 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run examples