Skip to content

Commit

Permalink
testing yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottekostelic committed Apr 9, 2024
1 parent 0dc4705 commit c7c2d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/monthly-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
--body "$PR_BODY")
- name: Create Issue
if: ${{ contains(fromJSON(*), env.CHANGED) == true || contains(fromJSON(*), env.DEPRECATED) == true}}
if: ${{ contains(env.CHANGED, " ") == true || contains(env.DEPRECATED, " ") == true }}
run: |
if [[ ! -z "$CHANGED" ]];
echo "### Changed" >> $ISSUE_BODY
Expand Down

0 comments on commit c7c2d41

Please sign in to comment.