mirror of
https://github.com/go-task/task.git
synced 2026-05-18 13:15:41 +02:00
fix: typo in workflow
This commit is contained in:
4
.github/workflows/issue-experiment.yml
vendored
4
.github/workflows/issue-experiment.yml
vendored
@@ -5,8 +5,8 @@ on:
|
||||
types: [field_added]
|
||||
|
||||
jobs:
|
||||
issue-experiment-proposed:
|
||||
if: github.event.issue_field.id == '6591' && github.event.issue_field_value.option.name == 'proposed'
|
||||
issue-experiment-proposal:
|
||||
if: github.event.issue_field.id == '6591' && github.event.issue_field_value.option.name == 'proposal'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
||||
|
||||
Reference in New Issue
Block a user