Skip to content

Commit

Permalink
replace hyphens with underscores
Browse files Browse the repository at this point in the history
there are probably other characters worth replacing, but let's start here
  • Loading branch information
djeebus authored and okize committed Feb 28, 2024
1 parent 8506fad commit 353ac6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ runs:
VALUE=$(echo $line | cut -d' ' -f2-)
echo "$NAME=$VALUE" >> $GITHUB_ENV
echo "${NAME/-/_}=$VALUE" >> $GITHUB_ENV
fi
done < ${{inputs.filename}}

0 comments on commit 353ac6f

Please sign in to comment.