Skip to content

Commit 13bcd4f

Browse files
committed
Improve message
1 parent 1cd6e0a commit 13bcd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Find environments
1919
id: envs
2020
run: |
21-
if [[ $(< config/ci_exclude.json) != '[]' ]]; then echo "::warning title='Skipped environments'::Skipped: $(< config/ci_exclude.json)"; fi
21+
if [[ $(< config/ci_exclude.json) != '[]' ]]; then echo "::warning title=Some environments were skipped::Environments not built: $(< config/ci_exclude.json)"; fi
2222
echo "envs=$(tools/show_envs.py | jq -c --argfile ex config/ci_exclude.json '. - $ex')" >> $GITHUB_OUTPUT
2323
2424
outputs:

0 commit comments

Comments
 (0)