Skip to content

Commit

Permalink
test path
Browse files Browse the repository at this point in the history
  • Loading branch information
mtarking committed Apr 11, 2024
1 parent 25c14bc commit 24d1315
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: mkdir for Example Repo
run: mkdir -p /home/runner/work/ansible-dc-vxlan/ansible-dc-vxlan/ansible-dc-vxlan-example

- name: Checkout pwd
run: pwd

Expand All @@ -133,6 +136,7 @@ jobs:
repository: netascode/ansible-dc-vxlan-example
ref: example_data
token: ${{ secrets.MTARKING_GH_PAT }}
path: /home/runner/work/ansible-dc-vxlan/ansible-dc-vxlan/ansible-dc-vxlan-example

- name: Install dependencies
run: |
Expand Down

0 comments on commit 24d1315

Please sign in to comment.