There are three workflows setup on this repo:
Worflow | Status and link | Description |
---|---|---|
build-and-test | Builds the solution and runs tests. | |
test-action-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 | Builds and tests the GitHub action using read-data-different-workflow commands. Builds the action from this repo. |
|
test-action-current-workflow-gh-marketplace | 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 | Builds and tests the GitHub action using read-data-different-workflow commands. Uses the published version to GitHub Marketplace. |
|
publish-docker-image | Publishes Docker image used by this action to GitHub packages. | |
package-retention-policy | Removes old Docker images used by this action from GitHub packages. | |
pr-dependabot-auto-merge | Automatically merges Dependabot PRs. |