You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(driver): enable metadata when required by base image (#44)
- fix(driver): enable metadata when required by base image
- chore(lib): update upcloud-go-api to v5.1.0
- chore(lib): drop deprecated io/ioutil package
body: "This is an automatically created PR. Changes were created by running `make docs` after merging #${{ github.event.number }} (${{ github.sha }})."
35
-
base: ${{ github.event.pull_request.base.ref }}
17
+
- name: Setup Go
18
+
uses: actions/setup-go@v3
19
+
with:
20
+
go-version: "1.18"
21
+
- name: Checkout
22
+
uses: actions/checkout@v3
23
+
- name: Generate documentation
24
+
run: make generate
25
+
- name: Create PR for docs update
26
+
uses: peter-evans/create-pull-request@v4
27
+
with:
28
+
add-paths: docs/
29
+
branch: chore/update-docs
30
+
commit-message: "chore(docs): update documentation for #${{ github.event.number }}"
body: "This is an automatically created PR. Changes were created by running `make docs` after merging #${{ github.event.number }} (${{ github.sha }})."
0 commit comments