diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44703f7..682f640 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: bundle exec rake lint - 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