Skip to content

Commit

Permalink
fixup! fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Jan 16, 2024
1 parent bee9be1 commit a0cc1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit a0cc1cd

Please sign in to comment.