Skip to content

Commit

Permalink
set branches to main
Browse files Browse the repository at this point in the history
  • Loading branch information
kpplis committed Jan 30, 2025
1 parent 636b634 commit 0c48f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
repository: ${{ inputs.deploymentRepoURL }}
path: remote
token: ${{ secrets.repoAccessToken }}
ref: INF-2226/migrate-playground
ref: main
# Legacy
- if: github.event.deployment.payload.schemaVersion != 'v2'
name: Update ${{ github.event.deployment.payload.name }} version for ${{ github.event.deployment.environment }} values
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
repository: ${{ inputs.deploymentRepoURL }}
directory: remote
github_token: ${{ secrets.repoAccessToken }}
branch: INF-2226/migrate-playground
branch: main
force: true
- if: success()
name: Successful ${{ github.event.deployment.payload.name }} deployment
Expand Down

0 comments on commit 0c48f12

Please sign in to comment.