Skip to content

Commit

Permalink
Fixed the api path
Browse files Browse the repository at this point in the history
  • Loading branch information
pwei1018 authored Apr 25, 2024
1 parent bc5c60f commit 1d7a74b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/strr-api-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- "api/**"
- "strr-api/**"
workflow_dispatch:
inputs:
target:
Expand All @@ -24,7 +24,7 @@ jobs:
with:
target: ${{ inputs.target }}
app_name: "strr-api"
working_directory: "./api"
working_directory: "./strr-api"
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}

0 comments on commit 1d7a74b

Please sign in to comment.