Skip to content

Commit

Permalink
attempt to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Amateur-God committed Jun 27, 2024
1 parent 1971603 commit dc74084
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/addon-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
run: |
ADDON_DIRS=$(find addons -mindepth 1 -maxdepth 1 -type d | jq -R -s -c 'split("\n") | map(select(length > 0))')
echo "::set-output name=addon_dirs::$ADDON_DIRS"
- name: Debug - List directories
run: |
echo "Found add-on directories:"
echo "${{ steps.folders.outputs.addon_dirs }}"
information:
name: Gather add-on information
Expand All @@ -40,6 +44,9 @@ jobs:
steps:
- name: Checkout code from GitHub
uses: actions/checkout@v2
- name: Debug - List directories after checkout
run: |
ls -R
- name: Run add-on information action
id: information
uses: frenck/[email protected]
Expand Down

0 comments on commit dc74084

Please sign in to comment.