Skip to content

Commit

Permalink
Create update_version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mosibi authored Oct 20, 2024
1 parent 336fa80 commit 47063ef
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/update_version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Update version in heatpump.yaml

on: [push]

jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Update version
run: |
env
ls -lia
# - name: Commit files
# run: |
# git config --local user.email "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:
# branch: ${{ github.head_ref }}

0 comments on commit 47063ef

Please sign in to comment.