Skip to content

Commit

Permalink
shorten unambiguous name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 17, 2023
1 parent 923533c commit a57e73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update main readme
name: Update readme
on:
push:
branches: "main"
Expand All @@ -13,7 +13,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
update-main-readme:
update-readme:
concurrency: ${{ github.ref }}-write
permissions:
contents: write
Expand Down

0 comments on commit a57e73c

Please sign in to comment.