We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First off, thank you for this! Getting deployment previews on OSS repos is super helpful!
Describe the bug The action adds a comment when deleting a preview.
To Reproduce
name: PR preview cleanup on: pull_request: types: [closed] jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - id: setenv run: echo "::set-output name=BRANCH_NAME::$(echo ${GITHUB_HEAD_REF})" - uses: yinlinchen/amplify-preview-actions@master with: branch_name: ${{ steps.setenv.outputs.BRANCH_NAME }} amplify_command: delete env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} AmplifyAppId: d1gko6en628vir AWS_REGION: us-east-1
Expected behavior The preview is deleted, no comment is created.
Screenshots Duplicate comment (the 2nd is result of deletion of a preview):
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
Do not add comment when deleting a preview
92b6159
Fixes yinlinchen#13
@stephenmathieson thanks for reporting this. I didn't see this issue happened in our project. It is our setting for your reference: https://github.com/VTUL/dlp-access/blob/dev/.github/workflows/merge.yml
Sorry, something went wrong.
This issue is stale because it has been open for 60 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Successfully merging a pull request may close this issue.
First off, thank you for this! Getting deployment previews on OSS repos is super helpful!
Describe the bug
The action adds a comment when deleting a preview.
To Reproduce
Expected behavior
The preview is deleted, no comment is created.
Screenshots
Duplicate comment (the 2nd is result of deletion of a preview):
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: