Skip to content

Commit

Permalink
update ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed May 13, 2024
1 parent 4e20ce3 commit 3be2da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_notes_updated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
regex = main, release, backport, dep_update, min_dep_update
patterns = list(map(compile, regex))
ref = $REF
is_dev = not any(pattern.match($REF) for pattern in patterns)
is_dev = not any(pattern.match(ref) for pattern in patterns)
print('::set-output name=is_dev::' + str(is_dev))
- if: ${{ steps.branch.outputs.is_dev == 'True' }}
name: Checkout repository
Expand Down

0 comments on commit 3be2da5

Please sign in to comment.