From a0cc1cde242b9251328d17d105555449fbf59565 Mon Sep 17 00:00:00 2001 From: Olivier ORAND Date: Tue, 16 Jan 2024 09:31:03 +0000 Subject: [PATCH] fixup! fix typo --- .github/workflows/on-commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml index c5bf2da..aee0ad8 100644 --- a/.github/workflows/on-commit.yml +++ b/.github/workflows/on-commit.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 # ref: v1.0 # token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - path: ./create-bosh-release-action-test-boshrelease/create-bosh-release-action + path: ./create-bosh-release-action-test-boshrelease - name: debug id: debug @@ -32,7 +32,7 @@ jobs: - name: Test dev release id: test_dev_release - uses: ./create-bosh-release-action//create-bosh-release-action # uses: ./.github/actions/my-private-repo/my-action #https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-an-action-inside-a-different-private-repository-than-the-workflow + uses: ./create-bosh-release-action/create-bosh-release-action # uses: ./.github/actions/my-private-repo/my-action #https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-an-action-inside-a-different-private-repository-than-the-workflow with: target_branch: main dir: create-bosh-release-action-test-boshrelease