Skip to content

Commit

Permalink
fix inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
racicLuka committed Apr 24, 2024
1 parent 91af797 commit aa2b4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-weblate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
MISSING_COMMITS+=("$commit")
MISSING_BRANCHES+=("$branch")
fi
done <<< "$COMMITS"
done <<< "${{ steps.weblate-commits.outputs.commits }}"
done <<< "$OTHER_BRANCHES"
echo "{missing_commits}={MISSING_COMMITS[*]}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit aa2b4f7

Please sign in to comment.