Skip to content

Commit

Permalink
Merge pull request #494 from MetRonnie/patch
Browse files Browse the repository at this point in the history
Fix typo in GH Actions
  • Loading branch information
wxtim authored Sep 7, 2023
2 parents 1f95dad + 4c7d683 commit 93cd922
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 93cd922

Please sign in to comment.