Skip to content

Commit

Permalink
Fix typo in GH Actions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Sep 7, 2023
1 parent 1f95dad commit 4c7d683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
python3 -m pip install -q towncrier
towncrier create +.ui-version.md --content "Updated cylc-ui to ${{ inputs.install }}"
git add changes.d
commit --amend --no-edit
git commit --amend --no-edit
- name: push
run: |
Expand Down

0 comments on commit 4c7d683

Please sign in to comment.