Skip to content

Commit

Permalink
Experiment with removing output
Browse files Browse the repository at this point in the history
  • Loading branch information
ekasbohm authored Jul 15, 2021
1 parent 249ecc2 commit bce827d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ runs:
fi
shell: bash
- name: Create Pull Request
id: pull-request
run: |
git checkout -b ${{ inputs.branch-name }}
git config user.email "${{ github.actor }}@users.noreply.github.com"
Expand All @@ -52,7 +51,6 @@ runs:
echo 'pr_url<<EOF' >> $GITHUB_ENV
gh pr create --title "${{ inputs.title }}" --body "${{ inputs.description }}" ${{ steps.set-draft.outputs.draft }} >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
echo "::set-output name=pr-url::${{ env.pr-url }})"
env:
GITHUB_TOKEN: ${{ inputs.token }}
working-directory: ${{ inputs.directory }}
Expand Down

0 comments on commit bce827d

Please sign in to comment.