Skip to content

Commit

Permalink
Change branch action for main
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelloale committed Nov 27, 2023
1 parent 05cea1f commit 8737b05
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
- name: Check out Kubernetes Manifests
uses: actions/checkout@master
with:
#ref: main
ref: feat/integrations-webapp-new-image
ref: main
repository: "${{ env.MANIFESTS_REPOSITORY }}"
token: "${{ secrets.DEVOPS_GITHUB_PERMANENT_TOKEN }}"
path: ./kubernetes-manifests/
Expand Down Expand Up @@ -129,6 +128,5 @@ jobs:
github_token: "${{ secrets.DEVOPS_GITHUB_PERMANENT_TOKEN }}"
repository: "${{ env.MANIFESTS_REPOSITORY }}"
directory: ./kubernetes-manifests/
#branch: main
branch: feat/integrations-webapp-new-image
branch: main
message: "From Integrations WebApp Build (Push Tag ${{ env.MANIFESTS_ENVIRONMENT }})"

0 comments on commit 8737b05

Please sign in to comment.