Skip to content

Commit

Permalink
Try the pull_request ref and sha
Browse files Browse the repository at this point in the history
  • Loading branch information
notartom committed Feb 11, 2024
1 parent fd84a7b commit f7368a8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name: Deploy localdev
on:
pull_request:
workflow_dispatch:
inputs:
catalog_git_refspec: master
catalog_git_version: HEAD
jobs:
deploy-localdev:
uses: LibriVox/librivox-ansible/.github/workflows/localdev.yaml@master
with:
catalog_git_refspec: ${{ github.ref }}
catalog_git_version: ${{ github.sha }}
catalog_git_refspec: ${{ github.event.pull_request.head.ref }}
catalog_git_version: ${{ github.event.pull_request.head.sha }}
playbooks_repo: LibriVox/librivox-ansible
playbooks_repo_ref: master

0 comments on commit f7368a8

Please sign in to comment.