You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(MAINT) update mend workflow to use shared tooling (#472)
* (MAINT) update mend workflow to use shared tooling
- Removed specific steps for setting up Ruby, Java, and running the scan
- Integrated shared tooling workflow from puppetlabs/cat-github-actions
- Inherited secrets and set environment variable for PRODUCT_NAME
* fix(workflow): correct environment variable syntax in mend.yml
Changed the syntax from `env` to `with` for setting the `product_name` in the GitHub Actions workflow file to ensure proper configuration.
* Run action on PR for testing purposes
* fix(workflow): trigger mend job on closed pull requests
- Added 'closed' type to pull_request trigger to ensure mend job runs when PRs are closed.
- Uncommented the conditional statement for the mend job to enable it.
0 commit comments