Skip to content

Commit

Permalink
yaml vs yml 🤦‍♂️
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Dec 19, 2023
1 parent fda383e commit e2242e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-experimental-catalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
- name: Copy "partial" catalog ${{ matrix.name }} in publish branch
run: |
pwd && ls -la && ls -la *
cat experimental/tasks/artifacthub-repo.yaml
cat experimental/tasks/artifacthub-repo.yml
cp -fRv experimental/* p/experimental/
cat p/experimental/tasks/artifacthub-repo.yaml
cat p/experimental/tasks/artifacthub-repo.yml
- name: Add ${{ matrix.type }} from ${{ matrix.name }} to publish branch
working-directory: p
run: |
Expand Down

0 comments on commit e2242e1

Please sign in to comment.