File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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.
5050It 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
You can’t perform that action at this time.
0 commit comments