Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthri authored Jun 20, 2023
2 parents f838cbf + 48157a6 commit 37e0b19
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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
2 changes: 1 addition & 1 deletion .github/workflows/reusable_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defaults:
shell: bash

jobs:
reusable_workflow:
reusable-workflow:
runs-on: ubuntu-22.04
timeout-minutes: 1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_reusable_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ on:
repository_dispatch:

jobs:
reusable_workflow:
uses: ./.github/workflows/reusable_workflow.yml
reusable-workflow:
uses: ./.github/workflows/reusable-workflow.yml
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# reusable_workflow
# reusable-workflow
A reusable workflow for doing x, y, and z.

## Installation
Expand All @@ -11,8 +11,8 @@ on:
push:

jobs:
reusable_workflow:
uses: Arthri/reusable_workflow/.github/workflows/reusable_workflow.yml@v1
reusable-workflow:
uses: Arthri/reusable-workflow/.github/workflows/reusable-workflow.yml@v1

```

Expand Down

0 comments on commit 37e0b19

Please sign in to comment.