diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7c9316..27233b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: run: bundle exec rake rubocop - name: Setup Test Matrix id: get-outputs - run: bundle exec metadata2gha --use-fqdn --pidfile-workaround false + run: bundle exec metadata2gha --pidfile-workaround false unit: needs: setup_matrix