Skip to content

chore(github-action): add debug step #6

chore(github-action): add debug step

chore(github-action): add debug step #6

Workflow file for this run

name: on-commit
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
id: checkout_test_repo
uses: actions/checkout@v4
with:
repository: 'orange-cloudfoundry/create-bosh-release-action-test-boshrelease'
fetch-depth: 0
- name: debug
id: debug
run: |
pwd
ls -lrt
- name: Test dev release
id: test_dev_release
uses: orange-cloudfoundry/create-bosh-release-action@master
with:
target_branch: main