From 004a1aed9475f5f673895d44330e774919f66b73 Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Tue, 11 Jun 2024 18:43:05 -0400 Subject: [PATCH] Option use-fqdn was removed from metadata2gha the output of the tools is the same for the github matrix anyway. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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