Skip to content

Commit

Permalink
Update dispatch-sandbox-push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs authored Aug 9, 2024
1 parent 1edffb6 commit 076decf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/dispatch-sandbox-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,19 @@ jobs:
#create env var
echo "branch_ref=$branch_ref" >> $GITHUB_ENV
- name: Checkout
if: startsWith(github.event.pull_request.head.ref, 'sandbox/')
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Render template
if: startsWith(github.event.pull_request.head.ref, 'sandbox/')
id: template
uses: chuhlomin/render-template@v1.4
with:
template: sandbox-comment-template.md
template: .github/sandbox-comment-template.md
vars: |
branch_ref: ${{ env.branch_ref }}
Expand Down

0 comments on commit 076decf

Please sign in to comment.