workflow fix

This commit is contained in:
sandeep 2022-12-20 14:35:30 +05:30
parent 7b69b36a4f
commit 22ba040214

View File

@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: "Set up Go"
uses: actions/setup-go@v3
with:
@ -44,4 +44,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
branch: ${{ github.head_ref }}