Merge pull request #215 from stakater/use-commit-hash

Update pull_request.yaml
This commit is contained in:
Ahmed Waleed Malik
2021-03-16 16:26:17 +05:00
committed by GitHub
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
ref: ${{github.event.pull_request.head.sha}}
# Setting up helm binary
- name: Set up Helm