Skip to content

Commit

Permalink
Merge pull request #9 from creative-commoners/pulls/1.1/typo
Browse files Browse the repository at this point in the history
FIX Remove extra quote
  • Loading branch information
GuySartorelli authored Jul 3, 2022
2 parents 5ab1b92 + 0cdcafc commit 7770e59
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 @@ -85,7 +85,7 @@ runs:
echo "simple_matrix: ${{ inputs.simple_matrix }}" >> __inputs.yml
echo "github_repository: '$GITHUB_REPOSITORY'" >> __inputs.yml
echo "github_my_ref: '$GITHUB_MY_REF'" >> __inputs.yml
echo "parent_branch": '$PARENT_BRANCH'" >> __inputs.yml
echo "parent_branch: '$PARENT_BRANCH'" >> __inputs.yml
if [[ "$EXTRA_JOBS" != "" ]]; then
echo "extra_jobs:" >> __inputs.yml
echo "$EXTRA_JOBS" >> __inputs.yml
Expand Down

0 comments on commit 7770e59

Please sign in to comment.