Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 806 Bytes

act-cheatsheet.md

File metadata and controls

29 lines (27 loc) · 806 Bytes
aliases archive_links category classification date date_modified draft id image links local_archive_links pinned print series tags title type
act-cheatsheet
github
public
2022-08-08 04:05:14 -0700
2022-08-08 04:05:14 -0700
false
20220808110514
false
false
github
action
runner
local
ci-cd
pipeline
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