Skip to content

Commit 451dc21

Browse files
committed
Update README for testing action
1 parent 548a14a commit 451dc21

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.actrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--container-architecture=linux/arm64
2+
--action-offline-mode

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,11 @@ Read more on [using third-party actions](https://docs.github.com/en/actions/lear
138138

139139
To enable debug logs, set secret `ACTIONS_STEP_DEBUG` to `true`. Refer docs more details
140140
https://docs.github.com/en/actions/managing-workflow-runs/enabling-debug-logging#enabling-step-debug-logging
141+
142+
## Testing
143+
144+
The action can be testing using [act](https://nektosact.com). Run the following command to test the action:
145+
146+
```bash
147+
act push
148+
```

0 commit comments

Comments
 (0)