Skip to content

Commit

Permalink
Update version-updater.yml (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaykeren authored Jun 28, 2024
2 parents de5b653 + 5a3780c commit 9bfcda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git checkout -b ${{ env.BRANCH_NAME }}
- name: Run Python script
run: |
python .github/scripts/version_updater.py "${{ github.event.inputs.app_version }}" 'docker-compose.yml'
python .github/scripts/version_updater.py "${{ github.event.inputs.app_version }}" 'docker-compose.yaml'
- name: Commit and Push
run: |
git config --global user.name 'github-actions[bot]'
Expand Down

0 comments on commit 9bfcda4

Please sign in to comment.