api no longer fails when no pilots or logbook entries

This commit is contained in:
2024-12-01 11:49:07 -06:00
parent 7d1c7e1276
commit c6398184f6
2 changed files with 3 additions and 2 deletions

View File

@@ -23,10 +23,11 @@ jobs:
dir_names: 'true' dir_names: 'true'
- name: Output modified files - name: Output modified files
id: modified-files
env: env:
MODIFIED_FILES: ${{ steps.changed-files.outputs.modified_files }} MODIFIED_FILES: ${{ steps.changed-files.outputs.modified_files }}
run: | run: |
echo ${MODIFIED_FILES} echo "modified_files=${MODIFIED_FILES}" >> "$GITHUB_OUTPUT"
github-output: github-output:
name: git-hub-output name: git-hub-output

View File

@@ -1,7 +1,7 @@
{ {
"name": "@noahspan/flying-client", "name": "@noahspan/flying-client",
"private": true, "private": true,
"version": "0.1.7", "version": "0.1.8",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",