Skip to content

Commit

Permalink
Remove double ()
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Feb 11, 2025
1 parent 0547fc9 commit fc7c6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/product-map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: changed-files
run: |
FILES=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} -- '*.java' | sed 's|^|\"|' | sed 's|$|\"|' | paste -sd "," -)
if [ -z "$FILES" ]; then FILES="(\"dummy.java\")"; fi
if [ -z "$FILES" ]; then FILES="\"dummy.java\""; fi
echo "expected_files=(${FILES})" >> $GITHUB_ENV
- name: ProductMap Map Generation
Expand Down

0 comments on commit fc7c6a2

Please sign in to comment.