Skip to content

Commit

Permalink
Migrate to @main external workflow from @master relaton/support#25
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Jan 3, 2024
1 parent 594ac8e commit e08acbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ on:

jobs:
rake:
uses: relaton/support/.github/workflows/rake.yml@master
uses: relaton/support/.github/workflows/rake.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
release:
uses: relaton/support/.github/workflows/release.yml@master
uses: relaton/support/.github/workflows/release.yml@main
with:
next_version: ${{ github.event.inputs.next_version }}
secrets:
Expand Down

0 comments on commit e08acbf

Please sign in to comment.