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 8728d40 commit 2ec3db6Copy full SHA for 2ec3db6
.github/workflows/blank.yml
@@ -29,11 +29,6 @@ jobs:
29
submodules: true
30
31
# Runs a single command using the runners shell
32
- - name: Run a one-line script
33
- run: echo Hello, world!
34
-
35
- # Runs a set of commands using the runners shell
36
- - name: Run a multi-line script
37
- run: |
38
- echo Add other actions to build,
39
- echo test, and deploy your project.
+ - name: GitHub Action for VectorCAST
+ run:
+ workflows: ["GitHub Action for VectorCAST"]
0 commit comments