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 f3fcd7b commit 8bb2cd5Copy full SHA for 8bb2cd5
.github/workflows/blank.yml
@@ -34,3 +34,9 @@ jobs:
34
run: |
35
echo Add other actions to build,
36
echo test, and deploy your project.
37
+
38
+ # Runs a set of commands using the runners shell
39
+ - name: Run another multi-line script
40
+ run: |
41
+ echo Add more actions to build,
42
+ echo test, and deploy your project(s).
0 commit comments