Select the types of activity you want to include in your feed.
ci: Refactor ACT for more thorough usage
* All required files in the same file by using .actrc * Include example .secrets and .env * Update README with usage * Refactor actTest to make docker build steps optional with ENV
···11Testing GH Actions with [ACT]
2233+Need to have credentials in a [`.secrets` file](https://nektosact.com/usage/index.html#secrets), copy and rename [`.secrets.example`](./secrets.example) to `.secrets`, then fill out blank fields. Required for docker/metadata-action to read...something. Fails with `Parameter token or opts.auth is required` if they are not supplied.
44+55+An ENV file can also be made by copy and renaming [`.env.example`](./env.example). Set `NO_DOCKER_BUILD=true` if you only want to test APP_VERSION and docker tags output.
66+77+Run the following **from this directory** to make use of `.actrc` and proper working directoy.
88+39### Test Branch Push
410511```shell
···713```
8149151010-### Test Tag Push
1616+### Test Tag (Release) Push
11171218```shell
1319act -W '.github/act/actTest.yml' -e '.github/act/actTagEvent.json'
1420```
2121+2222+2323+### Test Tag (Pre-Release) Push
2424+2525+```shell
2626+act -W '.github/act/actTest.yml' -e '.github/act/actTagPreEvent.json'
2727+```