Skip to content

Commit b8921b2

Browse files
Fix yaml lint warnings
Signed-off-by: Gavin Didrichsen <[email protected]>
1 parent 2c51e06 commit b8921b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/module_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ on:
3030
default: 'forge-key'
3131
type: "string"
3232

33-
# ENABLE PUPPETCORE. The calling workflow must:
33+
# ENABLE PUPPETCORE. The calling workflow must:
3434
# - Set a valid PUPPET_FORGE_TOKEN secret on its repository.
35-
# - Set ruby_version >= 3.1 to override this workflow's default 2.7; otherwise bundle install will fail.
35+
# - Set ruby_version >= 3.1 to override this workflow's default 2.7; otherwise bundle install will fail.
3636
env:
3737
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN }}
3838
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: "${{ inputs.puppetcore_api_type }}:${{ secrets.PUPPET_FORGE_TOKEN }}"

0 commit comments

Comments
 (0)