Skip to content

Commit

Permalink
ci(github-actions): fix ci typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Jan 20, 2025
1 parent 353ec8e commit 2fae4f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/news-fragment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
BASE_REF: ${{ github.base_ref }}
run: >
change_types=(
'DAG changes'
'Dag changes'
'Config changes'
'API changes'
'CLI changes'
'Behaviour changes'
'Plugin changes'
'Dependency change'
'Dependency changes'
)
news_fragment_content=`git diff origin/${BASE_REF} newsfragments/*.significant.rst`
Expand Down

0 comments on commit 2fae4f2

Please sign in to comment.