Skip to content

Commit

Permalink
set upstream in commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Sep 19, 2024
1 parent affb87a commit 258ab59
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/actions/argus-builder/manifest-update/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
app_id: ${{ inputs.github_app_id }}
private_key: ${{ inputs.github_private_key }}
- name: Determine checkout ref
id: ref
id: checkout_ref
uses: actions/github-script@v7
with:
result-encoding: string
Expand All @@ -52,7 +52,7 @@ runs:
with:
fetch-depth: 0
token: ${{ steps.generate_token.outputs.token }}
ref: ${{ steps.ref.outputs.result }}
ref: ${{ steps.checkout_ref.outputs.result }}
- name: Parse envs
id: parse_envs
uses: actions/github-script@v7
Expand Down Expand Up @@ -87,9 +87,13 @@ runs:
cat ${infra_dir_path}/${env}/values.yaml
done
done
- name: Calculate Branch and Base Names
id: refs
uses: chanzuckerberg/github-actions/.github/actions/[email protected]
- name: Update Argus manifests
uses: EndBug/add-and-commit@v9
with:
add: -A
message: 'chore: Updated [${{ steps.parse_envs.outputs.envs }}] values.yaml image tags to ${{ inputs.image_tag }}'
push: --set-upstream origin ${{ steps.refs.outputs.headRef }}

0 comments on commit 258ab59

Please sign in to comment.