Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 7.57 KB

File metadata and controls

26 lines (22 loc) · 7.57 KB

GitHub worflows

There are three workflows setup on this repo:

Worflow                                                             Status and link Description
build-and-test Build and test Builds the solution and runs tests.
test-action-current-workflow Test GH action: share data on current workflow Builds and tests the GitHub action using set-data and read-data-current-workflow commands. Builds the action from this repo.
test-action-different-workflow Test GH action: share data on different workflow Builds and tests the GitHub action using read-data-different-workflow commands. Builds the action from this repo.
test-action-current-workflow-gh-marketplace Test GH action from GH Marketplace: share data on current workflow Builds and tests the GitHub action using set-data and read-data-current-workflow commands. Uses the published version to GitHub Marketplace.
test-action-different-workflow-gh-marketplace Test GH action from GH Marketplace: share data on different workflow Builds and tests the GitHub action using read-data-different-workflow commands. Uses the published version to GitHub Marketplace.
publish-docker-image Publish Docker image Publishes Docker image used by this action to GitHub packages.
package-retention-policy Package retention policy Removes old Docker images used by this action from GitHub packages.
pr-dependabot-auto-merge PR Dependabot auto merge Automatically merges Dependabot PRs.

Workflows' documentation