remove extra /

This commit is contained in:
lleyton
2022-10-22 19:02:07 -07:00
committed by GitHub
parent 3118e3eb5d
commit 45bdccb0a9
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
id: check_files
uses: andstor/file-existence-action@v1
with:
files: "${{ matrix.pkg }}/anda.hcl"
files: "${{ matrix.pkg }}anda.hcl"
- name: Install repositories
if: steps.check_files.outputs.files_exists == 'true'