We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548a14a commit 451dc21Copy full SHA for 451dc21
.actrc
@@ -0,0 +1,2 @@
1
+--container-architecture=linux/arm64
2
+--action-offline-mode
README.md
@@ -138,3 +138,11 @@ Read more on [using third-party actions](https://docs.github.com/en/actions/lear
138
139
To enable debug logs, set secret `ACTIONS_STEP_DEBUG` to `true`. Refer docs more details
140
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