We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecde90 commit 5d7a464Copy full SHA for 5d7a464
README.MD
@@ -1 +1,13 @@
1
-action
+# practice github action
2
+
3
+## branch `main`
4
+all workflows
5
+## branch `artifact`
6
+generate artifact and use in multiple jobs
7
+## branch `native-graalvm`
8
+use graalvm/setup-graalvm@v1 to build native java spring executable
9
+## branch `maven-package`
10
+two projects to:
11
+1. manually deploy `.jar`to github package
12
+2. (with action)auto deploy `.jar` to github package
13
0 commit comments