mirror of
https://github.com/nileshtrivedi/better
synced 2025-01-14 13:35:42 +01:00
Fix the action path for good
This commit is contained in:
parent
bcdec9ba2c
commit
7c08850e05
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: ../actions/action
|
- uses: ./.github/actions
|
||||||
- uses: peter-evans/create-pull-request@v3
|
- uses: peter-evans/create-pull-request@v3
|
||||||
name: Create Pull Request
|
name: Create Pull Request
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user