Skip to content

Commit

Permalink
Test pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcooper committed Sep 4, 2024
1 parent a12e1aa commit e5b8639
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/references.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ jobs:
ruby-version: 3.2
bundler-cache: true

- name: Setup pandoc
uses: pandoc/actions/setup@v1
- name: Setup Pandoc
uses: pandoc/actions/setup@d940685d5968400c91029147adbd612deb7696b0
with:
version: 3.1.8

- name: Generate references
- name: Generate References
id: generate-references
run: |
bundle exec rake references:all
git --no-pager diff --exit-code --ignore-matching-lines='This page was generated from the Puppet source' --ignore-matching-lines='built_from_commit:' man references || echo 'commit=true' >> "$GITHUB_OUTPUT"
- name: Commit and Push
if: ${{ steps.generate-references.outputs.commit == 'true' }}
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5
with:
author_name: GitHub Actions
author_email: actions@github.com
Expand Down

0 comments on commit e5b8639

Please sign in to comment.