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 fd5e515 commit ace94f7Copy full SHA for ace94f7
.github/workflows/gh-action-simple.yml renamed to .github/workflows/simple.yml
CONTRIBUTING.md
@@ -49,8 +49,8 @@ act workflow_dispatch -l # all workflows with the `workflow_dispatch` event
49
Running the latter command will return the following:
50
51
```
52
-Stage Job ID Job name Workflow name Workflow file Events
53
-0 simple GitHub Action Auth-Less GitHub Action Simple Example gh-action-simple.yml workflow_dispatch
+Stage Job ID Job name Workflow name Workflow file Events
+0 simple GitHub Action Auth-Less GitHub Action Simple Example simple.yml workflow_dispatch
54
55
56
And finally, you can use that Job ID to execute a workflow with the `-j` flag (make sure Docker is running!):
0 commit comments