Skip to content

Commit

Permalink
Remove deprecated metadata2gha option
Browse files Browse the repository at this point in the history
The option was superseded by -d, but the output of the tool for the
github matrix is the same without that option
  • Loading branch information
lelutin committed Jun 10, 2024
1 parent 7f237f8 commit f66c6ba
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 @@ -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
Expand Down

0 comments on commit f66c6ba

Please sign in to comment.