Experimenting with github actions
This commit is contained in:
parent
a1246fed7a
commit
acb069b755
2 changed files with 4 additions and 2 deletions
4
.github/workflows/pull_request_check.yml
vendored
4
.github/workflows/pull_request_check.yml
vendored
|
@ -36,7 +36,9 @@ jobs:
|
|||
- name: Set failure key
|
||||
run: |
|
||||
if [[ -f "layer_report.txt" || -f "missing_licenses.txt" ]]; then
|
||||
echo "VALIDATION_FAILED=true" >>$GITHUB_ENV
|
||||
echo "VALIDATION_FAILED=true" >> $GITHUB_ENV
|
||||
else
|
||||
echo "VALIDATION_FAILED=false" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
- name: Test variable
|
||||
|
|
Loading…
Reference in a new issue