Skip to content

Commit

Permalink
Option use-fqdn was removed from metadata2gha
Browse files Browse the repository at this point in the history
the output of the tools is the same for the github matrix anyway.
  • Loading branch information
lelutin committed Jun 11, 2024
1 parent bcb351d commit 004a1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 004a1ae

Please sign in to comment.