aliases | category | classification | date | date_modified | draft | id | image | links | local_archive_links | pinned | series | tags | title | type | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
github |
public |
2022-08-08 04:05:14 -0700 |
2022-08-08 04:05:14 -0700 |
false |
20220808110514 |
false |
false |
|
act Cheatsheet |
tech-note |
# Run act with specific workflow, include a secrets file and specify container architecture:
act --workflows .github/workflows/azure_app_service.yml --secret-file .secrets --container-architecture linux/amd64
# Run act with a place to put an artifact:
act --workflows .github/workflows/azure_app_service.yml --secret-file .secrets --container-architecture linux/amd64 --artifact-server-path /tmp/act-artifacts