We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d9812 commit 3a2a80eCopy full SHA for 3a2a80e
.github/tests/README.md
@@ -0,0 +1,6 @@
1
+# Test github actions with act
2
+
3
+```bash
4
+act pull_request --container-architecture linux/arm64 -e .github/tests/pull-request.json -j ch
5
+eck-release-pr -P ubuntu-latest=catthehacker/ubuntu:act-latest
6
+```
.github/tests/pull-request.json
@@ -0,0 +1,10 @@
+{
+ "pull_request": {
+ "head": {
+ "ref": "release/1.2.3"
+ },
+ "base": {
7
+ "ref": "master"
8
+ }
9
10
+}
0 commit comments