build the ref that you have been given!

This commit is contained in:
Aria Moradi 2021-05-19 04:26:20 +04:30
parent c8f8795920
commit 25d7dad39f

View File

@ -31,7 +31,7 @@ jobs:
- name: Checkout master branch
uses: actions/checkout@v2
with:
ref: master
ref: ${{ github.ref }}
path: master
fetch-depth: 0