From e1519e988de0ae27da76328387d02659de43f63c Mon Sep 17 00:00:00 2001 From: Zubair <36886070+emZubair@users.noreply.github.com> Date: Fri, 29 Sep 2023 16:32:33 +0500 Subject: [PATCH] Readme updated (#4) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60787ae..1342e6b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ jobs: uses: actions/setup-go@v2 - name: Run auto dependency update - uses: emZubair/dependencies-autoupdate@v1.1.1 + uses: emZubair/dependencies-autoupdate@v1.2 with: token: ${{ secrets.GITHUB_TOKEN }} update-command: "'go get -u && go mod tidy && go build'" @@ -48,13 +48,15 @@ jobs: steps: - name: Checkout the head commit of the branch uses: actions/checkout@v4 + with: + ref: staging - uses: actions/setup-python@v4 with: python-version: '3.8' - name: Run auto dependency update - uses: emZubair/dependencies-autoupdate@v1.1.1 + uses: emZubair/dependencies-autoupdate@v1.2 with: token: ${{ secrets.GITHUB_TOKEN }} pr-branch: "staging"