Skip to content

Commit

Permalink
Fix repo path on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Nov 1, 2023
1 parent 576506d commit e704626
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
id: changed-images-yaml
uses: tj-actions/changed-files@v39
with:
path: "${{ github.repository }}"
dir_names: true
dir_names_max_depth: 3
quotepath: false
Expand All @@ -34,6 +35,7 @@ jobs:
id: changed-symlink-yaml
uses: tj-actions/changed-files@v39
with:
path: "${{ github.repository }}"
quotepath: false
files_yaml: |
symlinks:
Expand Down

0 comments on commit e704626

Please sign in to comment.