Skip to content

Commit

Permalink
Needed a commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrewster committed Jul 10, 2024
1 parent 4092bef commit 291020a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/version_k8_op.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
run: |
make -s -C scripts run "version_k8s"
echo K8_VERSION=$(node -p "require('./k8s-operator/env.json')['version']") >> $GITHUB_ENV
- name: Commit files
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -a -m "Add changes"
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 291020a

Please sign in to comment.