ci: Remove unused IDs
This commit is contained in:
parent
ff8a2cfca9
commit
2810d73980
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -262,7 +262,6 @@ jobs:
|
||||
- name: Comment deploy PR preview URL
|
||||
if: github.event_name == 'pull_request'
|
||||
uses: Beakyn/gha-comment-pull-request@v1.0.2
|
||||
id: deploy-preview
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
|
1
.github/workflows/pr-closed.yml
vendored
1
.github/workflows/pr-closed.yml
vendored
@ -20,7 +20,6 @@ jobs:
|
||||
|
||||
- name: Remove preview URL
|
||||
uses: Beakyn/gha-comment-pull-request@v1.0.2
|
||||
id: deploy-preview
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user