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 79ef736 commit f153043Copy full SHA for f153043
README.md
@@ -5,7 +5,7 @@ This action allows you to enable/disable a GitHub Actions Workflow.
5
### Usage
6
```yaml
7
- name: Toggle Workflow
8
- uses: actions/cache@v3
+ uses: StephenMP/workflow-toggle@v1
9
with:
10
token: ${{ secrets.YOUR_GITHUB_TOKEN }}
11
workflow_id: YourWorkflow.yaml
0 commit comments