diff --git a/.github/workflows/bats-unit.yml b/.github/workflows/bats-unit.yml index 8c4ee01..f7f1e33 100644 --- a/.github/workflows/bats-unit.yml +++ b/.github/workflows/bats-unit.yml @@ -1,6 +1,15 @@ --- name: Unit - BATS -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: + types: + - opened + - reopened + - synchronize + jobs: unit: runs-on: ubuntu-20.04 diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 44a5c2a..533e308 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -6,7 +6,10 @@ on: branches: - main pull_request: - types: [opened, reopened, synchronize] + types: + - opened + - reopened + - synchronize jobs: update_release_draft: diff --git a/aws/aws-credentials.sh b/aws/aws-credentials.sh index 5548a64..712242d 100755 --- a/aws/aws-credentials.sh +++ b/aws/aws-credentials.sh @@ -7,7 +7,7 @@ # @brief Query AWS EC2 metadata service for information # @description # -# When sourced as a library, this provides functinos to get various bits of +# When sourced as a library, this provides functions to get various bits of # information from the AWS EC2 instance metadata service. When operating as # a script, it will output common environment variables used for AWS tools # diff --git a/docs/aws-credentials.md b/docs/aws-credentials.md index 479f20a..08a696b 100644 --- a/docs/aws-credentials.md +++ b/docs/aws-credentials.md @@ -5,7 +5,7 @@ Query AWS EC2 metadata service for information ## Overview -When sourced as a library, this provides functinos to get various bits of +When sourced as a library, this provides functions to get various bits of information from the AWS EC2 instance metadata service. When operating as a script, it will output common environment variables used for AWS tools