From bde303215cb46379dc3165171927ae35b3830c71 Mon Sep 17 00:00:00 2001 From: Anirudh Varma Date: Sun, 13 Sep 2020 13:20:17 +0000 Subject: [PATCH] Fix the action path for good (#42) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad81399..81207a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v2 # 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 name: Create Pull Request with: