Skip to content

Commit 1e753b6

Browse files
pd93libor-m
authored andcommitted
fix: typo in workflow
Co-authored-by: libor-m <1497769+libor-m@users.noreply.github.com>
1 parent ff60430 commit 1e753b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/issue-experiment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
types: [field_added]
66

77
jobs:
8-
issue-experiment-proposed:
9-
if: github.event.issue_field.id == '6591' && github.event.issue_field_value.option.name == 'proposed'
8+
issue-experiment-proposal:
9+
if: github.event.issue_field.id == '6591' && github.event.issue_field_value.option.name == 'proposal'
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0

0 commit comments

Comments
 (0)