Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions set-versions-from-root/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Compute Supported Magento 2 Versions"
name: "Set Package Versions from Root"
author: "Graycore"
description: "A Github Action that computes the Github Actions matrix for the chosen versions of Magento 2"
description: "A Github Action that sets package dependency versions from versions defined in the root of the monorepo."

inputs:
root-package-path:
Expand Down
Loading