Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Jan 16, 2024
1 parent 8f7d079 commit 426f98c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
dir: create-bosh-release-action-test-boshrelease
- name: Cleanup generated test files
run: |
echo ""
git --git-dir=create-bosh-release-action-test-boshrelease clean -fdx
echo "Cleanup generated files"
ls -lrt
#git --git-dir=create-bosh-release-action-test-boshrelease clean -fdx
- name: Test final release
id: test_final_release
uses: ./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
Expand Down

0 comments on commit 426f98c

Please sign in to comment.