Skip to content

Commit

Permalink
Merge pull request #22 from federated-wiki/feature/increase-version
Browse files Browse the repository at this point in the history
ci(increase-version): add run-name
  • Loading branch information
almereyda authored Jan 2, 2024
2 parents e89094c + 7a73ea6 commit a09bd46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/increase-base-version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Increase base version
run-name: Increase base version from ${{ inputs.previous-version }} to ${{ inputs.next-version }}

on:
workflow_dispatch:
Expand Down Expand Up @@ -43,7 +44,7 @@ permissions:

jobs:
increase-version:
name: Increase base version from ${{ inputs.previous-version }} to ${{ inputs.next-version }}
name: Increase base version
runs-on: ubuntu-latest
outputs:
pull-request-number: ${{ steps.pr.outputs.pull-request-number }}
Expand Down

0 comments on commit a09bd46

Please sign in to comment.