Skip to content

Commit

Permalink
fix: fix, use prefix seo, any not works
Browse files Browse the repository at this point in the history
  • Loading branch information
prakasa-tkpd committed Nov 6, 2023
1 parent 7b6687a commit 771b5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/monitor-changed-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
files_yaml_from_source_file: .github/files-in-observation.yml

- name: Send Slack Notification
if: steps.changed-files-yaml.outputs.any_changed == 'true'
if: steps.changed-files-yaml.outputs.seo_any_changed == 'true'
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
env:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
Expand Down

0 comments on commit 771b5bd

Please sign in to comment.