Skip to content

Commit

Permalink
Adds commit and push
Browse files Browse the repository at this point in the history
  • Loading branch information
1Solon committed Sep 30, 2024
1 parent d67a912 commit 24f0586
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/update-flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ jobs:

- name: Update flux
run: flux install --export > ./kubernetes/infra/flux/gotk-components.yaml

- name: Commit and push changes
run: |
git config --global user.email "
git config --global user.name "GitHub Actions"
git add .
git commit -m "Update flux"
git push

0 comments on commit 24f0586

Please sign in to comment.