Skip to content

Commit

Permalink
feat(bootstrapping): automatically rebuild gontainer's deps using the…
Browse files Browse the repository at this point in the history
… newest release
  • Loading branch information
bkrukowski committed Oct 8, 2023
1 parent b3add8f commit ca15727
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
- run: 'git config user.name ${{ github.event.pusher.name }}'
- run: 'git config user.email ${{ github.event.pusher.email }}'
- run: 'git commit -m "feat(bootstrapping): gontainer $GONTAINER_VERSION" internal/gontainer/gontainer.go'
# - run: 'git remote set-url --push origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/gontainer/gontainer'
- run: "git push --set-upstream origin bootstrapping/$GONTAINER_VERSION"
- name: Create pull request
run: 'gh pr create --base=main --fill-first --no-maintainer-edit --head'
run: 'gh pr create --base=main --fill-first --no-maintainer-edit'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ca15727

Please sign in to comment.