summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-08-25 15:04:06 -0700
committerTim Smith <tsmith84@gmail.com>2021-08-25 15:04:54 -0700
commit0c1c8e38fdd04b3f868b2fe6830e410faa8e6ca2 (patch)
treef8174aa390a40b686c129c195129285e2ab3dd24 /.github
parent70ac07e812f5fecb2537d5811023b19f7dfd2074 (diff)
downloadohai-0c1c8e38fdd04b3f868b2fe6830e410faa8e6ca2.tar.gz
Update tests and links for the branch rename
Make sure we reference the right branch. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md2
-rw-r--r--.github/workflows/exec.yml4
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/unit.yml4
4 files changed, 6 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md b/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
index 80435f82..399de366 100644
--- a/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
+++ b/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
@@ -5,7 +5,7 @@ about: If you have a question 💬, please check out our Slack!
We use GitHub issues to track bugs and feature requests. If you need help please post to our Mailing List or join the Chef Community Slack.
-* Chef Community Slack at <http://community-slack.chef.io/.>
+* Chef Community Slack at <https://community-slack.chef.io/.>
* Chef Mailing List <https://discourse.chef.io/>
Support issues opened here will be closed and redirected to Slack or Discourse.
diff --git a/.github/workflows/exec.yml b/.github/workflows/exec.yml
index dc64b76e..fa43ed70 100644
--- a/.github/workflows/exec.yml
+++ b/.github/workflows/exec.yml
@@ -5,7 +5,7 @@ name: exec
pull_request:
push:
branches:
- - master
+ - main
jobs:
test:
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
ruby: ['2.7', '3.0']
- name: Unit test on Ruby ${{ matrix.ruby }}
+ name: Exec Ohai on ${{ matrix.os }} with Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 797e202c..0ff1c387 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -5,7 +5,7 @@ name: lint
pull_request:
push:
branches:
- - master
+ - main
jobs:
chefstyle:
diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml
index 82b5e7b7..ddf9b1f1 100644
--- a/.github/workflows/unit.yml
+++ b/.github/workflows/unit.yml
@@ -5,7 +5,7 @@ name: unit
pull_request:
push:
branches:
- - master
+ - main
jobs:
test:
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
ruby: ['2.7', '3.0']
- name: Unit test on Ruby ${{ matrix.ruby }}
+ name: Unit test on ${{ matrix.os }} with Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1