Skip to content

Commit

Permalink
More kebab casing
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthri committed Jun 20, 2023
1 parent f495ddc commit 48157a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
- master

jobs:
handle_release_request:
handle-release-request:
name: ${{ github.event.action == 'closed' && 'Resolve ' || 'Verify ' }}Release Request
permissions:
contents: write
uses: Arthri/release_request/.github/workflows/release_request.yml@v1
uses: Arthri/release-request/.github/workflows/release-request.yml@v1
4 changes: 2 additions & 2 deletions .github/workflows/update_major_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- '**'

jobs:
update_tag:
update-tag:
permissions:
contents: write
uses: Arthri/update_major_tag/.github/workflows/update_major_tag.yml@v1
uses: Arthri/update-major-tag/.github/workflows/update-major-tag.yml@v1

0 comments on commit 48157a6

Please sign in to comment.