We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212b8d9 commit dbd489aCopy full SHA for dbd489a
.github/workflows/push-container-on-comment.yml
@@ -14,8 +14,10 @@ jobs:
14
if: contains(github.event.comment.body, '/build-push-pr-image')
15
runs-on: ubuntu-latest
16
steps:
17
- - name: Checkout Repository
+ - name: Checkout pull request
18
uses: actions/checkout@v4
19
+ with:
20
+ ref: refs/pull/${{ github.event.issue.number }}/head
21
- name: Install uv
22
uses: astral-sh/setup-uv@v6
23
.github/workflows/workflow-review.yml
@@ -1,3 +1,4 @@
1
+# https://stackoverflow.com/questions/67247752/how-to-use-secret-in-pull-request-review-similar-to-pull-request-target
2
name: Dummy Workflow on review
3
4
on:
0 commit comments