Skip to content

Commit

Permalink
Skip shell step
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-gsa committed Nov 19, 2024
1 parent 0d32178 commit da32974
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/preview_button.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,9 @@ jobs:
fi
) >> "$GITHUB_OUTPUT"
- name: Setup Button
id: button
run: echo "${{ steps.customvars.outputs.BASE_URL }}${{ steps.customvars.outputs.URL_PATH }}"

- name: Comment on pull request.
uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # pin@v2.5.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: "${{ steps.button.outputs.content }}"
message: "${{ steps.customvars.outputs.BASE_URL }}${{ steps.customvars.URL_PATH }}"
comment_tag: button

0 comments on commit da32974

Please sign in to comment.