fixing github actions error

This commit is contained in:
2025-02-18 20:32:26 -06:00
parent 1b3c52cbf0
commit 028fcb23c0

View File

@@ -26,7 +26,7 @@ jobs:
- build-api - build-api
uses: ./.github/workflows/deploy.yaml uses: ./.github/workflows/deploy.yaml
with: with:
app_name: flying-app app_name: flying-api
environment_name: test environment_name: test
version_number: ${{ github.run_id }} version_number: ${{ github.run_id }}
secrets: inherit secrets: inherit