api no longer fails when no pilots or logbook entries
This commit is contained in:
6
.github/workflows/dev.yaml
vendored
6
.github/workflows/dev.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
MODIFIED_FILES: ${{ steps.changed-files.outputs.modified_files }}
|
MODIFIED_FILES: ${{ steps.changed-files.outputs.modified_files }}
|
||||||
run: |
|
run: |
|
||||||
echo "modified_files=$MODIFIED_FILES" >> $GITHUB_OUTPUT
|
echo "modified_files=$MODIFIED_FILES" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
github-output:
|
github-output:
|
||||||
name: git-hub-output
|
name: git-hub-output
|
||||||
@@ -35,8 +35,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: GitHub output
|
- name: GitHub output
|
||||||
|
env:
|
||||||
|
OUTPUT: ${{ needs.changed-files.outputs.modified_files }}
|
||||||
run: |
|
run: |
|
||||||
echo ${GITHUB_OUTPUT}
|
echo "$OUTPUT"
|
||||||
|
|
||||||
build-deploy-api:
|
build-deploy-api:
|
||||||
if: contains(needs.changed-files.outputs.modified_files, 'api')
|
if: contains(needs.changed-files.outputs.modified_files, 'api')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@noahspan/flying-client",
|
"name": "@noahspan/flying-client",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
Reference in New Issue
Block a user