Skip to content

Commit

Permalink
fix: Remove superfluous commented out code from action.yml (030#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
030 authored Dec 11, 2024
1 parent d74e089 commit ccc6f9a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,18 +120,10 @@ runs:
exit 0
fi
# echo "before: ${{ inputs.extra-pr-label }}"
# if [ -n "${{ inputs.extra-pr-label }}" ]; then
# export GOMOD_GO_VERSION_UPDATER_LABEL_EXTRA="--label '${{ inputs.extra-pr-label }}'"
# fi
# echo "after: ${GOMOD_GO_VERSION_UPDATER_LABEL_EXTRA}"
labels=("${DEPENDENCIES_LABEL}" "${GO_LABEL}" "${GOMOD_GO_VERSION_UPDATER_LABEL}")
if [ -n "${{ inputs.extra-pr-label }}" ]; then
labels+=("${{ inputs.extra-pr-label }}")
fi
echo "Labels:"
for label in "${labels[@]}"; do
echo "'$label'"
Expand Down

0 comments on commit ccc6f9a

Please sign in to comment.