diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 9ea0b43..6bc7272 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -13,7 +13,7 @@ jobs: steps: - run: apk add nodejs curl - name: Get PR branch - uses: xt0rted/pull-request-comment-branch@v1 + uses: https://github.com/xt0rted/pull-request-comment-branch@v1 id: comment-branch - run: echo ${{ steps.comment-branch.outputs.head_sha }} - run: echo ${{ steps.comment-branch.outputs.head_ref }}