Skip to content

Commit

Permalink
Readme updated (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
emZubair authored Sep 29, 2023
1 parent 7cd37e4 commit e1519e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand All @@ -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"
Expand Down

0 comments on commit e1519e9

Please sign in to comment.