Skip to content

Commit 7b7ddbd

Browse files
committed
chore: prepare pipelines and docs for renaming main branch
1 parent 6d7750a commit 7b7ddbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
run: make lint
3333

3434
- name: Test PR
35-
if: github.ref != 'refs/heads/master'
35+
if: github.ref != 'refs/heads/main'
3636
run: make test
3737

38-
- name: Test Master
39-
if: github.ref == 'refs/heads/master'
38+
- name: Test main
39+
if: github.ref == 'refs/heads/main'
4040
env:
4141
UPCLOUD_API_USER: ${{ secrets.UPCLOUD_API_USER }}
4242
UPCLOUD_API_PASSWORD: ${{ secrets.UPCLOUD_API_PASSWORD }}

docs-src/builders/upcloud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The upcloud builder is used to generate storage templates on UpCloud.
4646
-->
4747
### Example Usage
4848

49-
Here is a sample template, which you can also find in the [example](https://github.com/UpCloudLtd/packer-plugin-upcloud/tree/master/example) directory.
49+
Here is a sample template, which you can also find in the [example](https://github.com/UpCloudLtd/packer-plugin-upcloud/tree/main/example) directory.
5050
It reads your UpCloud API credentials from the environment variables, creates an Ubuntu 20.04 LTS server in the `nl-ams1` region and authorizes root user to loggin with your public SSH key.
5151

5252
```hcl

0 commit comments

Comments
 (0)