Skip to content

Commit

Permalink
Changing k8s manifests branch in GitHub Actions to teste
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelloale committed Dec 18, 2023
1 parent 1f4d64a commit b65c09a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
# Now, checkout in kubernetes manifests to update image in deployments patches
uses: actions/checkout@master
with:
ref: main
#ref: main
ref: feat/connect-engine-new-image
repository: "${{ env.MANIFESTS_REPOSITORY }}"
token: "${{ secrets.DEVOPS_GITHUB_PERMANENT_TOKEN }}"
path: ./kubernetes-manifests/
Expand Down Expand Up @@ -139,6 +140,7 @@ jobs:
github_token: "${{ secrets.DEVOPS_GITHUB_PERMANENT_TOKEN }}"
repository: "${{ env.MANIFESTS_REPOSITORY }}"
directory: ./kubernetes-manifests/
branch: main
#branch: main
branch: feat/connect-engine-new-image
message: "From Weni Engine (Connect) Build (Push Tag ${{ env.MANIFESTS_ENVIRONMENT }})"

0 comments on commit b65c09a

Please sign in to comment.