CI: comment on PR when missing feature/example update (#8222)
# Objective - I noticed in a PR that this message wasn't sent when it should have - it was set to watch the status of the wrong step, fix it
This commit is contained in:
parent
e0e5f3acd4
commit
37ad73d8fc
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -259,9 +259,9 @@ jobs:
|
||||
id: missing-metadata
|
||||
run: cargo run -p build-templated-pages -- check-missing examples
|
||||
- name: check for missing update
|
||||
id: missing-update
|
||||
run: cargo run -p build-templated-pages -- update examples
|
||||
- name: Check for modified files
|
||||
id: missing-update
|
||||
run: |
|
||||
echo "if this step fails, run the following command and commit the changed file on your PR."
|
||||
echo " > cargo run -p build-templated-pages -- update examples"
|
||||
@ -293,9 +293,9 @@ jobs:
|
||||
id: missing-features
|
||||
run: cargo run -p build-templated-pages -- check-missing features
|
||||
- name: check for missing update
|
||||
id: missing-update
|
||||
run: cargo run -p build-templated-pages -- update features
|
||||
- name: Check for modified files
|
||||
id: missing-update
|
||||
run: |
|
||||
echo "if this step fails, run the following command and commit the changed file on your PR."
|
||||
echo " > cargo run -p build-templated-pages -- update features"
|
||||
|
Loading…
Reference in New Issue
Block a user