From bcdec9ba2cfa6c39eb372f2c14c3ef557867dddb Mon Sep 17 00:00:00 2001 From: Anirudh Varma Date: Sun, 13 Sep 2020 13:05:33 +0000 Subject: [PATCH] Try to fix action path (#40) --- .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 169d3c8..ad81399 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: ./.github/actions/action + - uses: ../actions/action - uses: peter-evans/create-pull-request@v3 name: Create Pull Request with: