comment out the comment PR experiment for now, ugh, I hate GitHub ACLs
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
1c00431098
commit
38e1e8cb5e
1 changed files with 10 additions and 10 deletions
20
.github/workflows/docker.yml
vendored
20
.github/workflows/docker.yml
vendored
|
@ -60,17 +60,17 @@ jobs:
|
|||
env:
|
||||
PULL_REQUEST_ID: ${{ github.event.number }}
|
||||
|
||||
- name: "Comment about where to test this"
|
||||
uses: thollander/actions-comment-pull-request@v3
|
||||
if: ${{github.event_name == 'pull_request'}}
|
||||
with:
|
||||
message: |
|
||||
You can try this PR out by using the following docker image:
|
||||
# - name: "Comment about where to test this"
|
||||
# uses: thollander/actions-comment-pull-request@v3
|
||||
# if: ${{github.event_name == 'pull_request'}}
|
||||
# with:
|
||||
# message: |
|
||||
# You can try this PR out by using the following docker image:
|
||||
|
||||
```
|
||||
${{ steps.build.outputs.docker_image }}
|
||||
```
|
||||
comment-tag: ${{ steps.build.outputs.docker_image }}
|
||||
# ```
|
||||
# ${{ steps.build.outputs.docker_image }}
|
||||
# ```
|
||||
# comment-tag: ${{ steps.build.outputs.docker_image }}
|
||||
|
||||
- name: Generate artifact attestation
|
||||
uses: actions/attest-build-provenance@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue