We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6bd98 commit 6e3da8aCopy full SHA for 6e3da8a
.github/workflows/update-docs.yml
@@ -42,7 +42,7 @@ jobs:
42
# change docs via PR in case of locked main branch
43
- name: Create Pull Request (main branch only)
44
if: github.ref == 'refs/heads/main' && github.repository_owner == 'philips-labs'
45
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
+ uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 # v7.0.3
46
with:
47
token: ${{ secrets.GITHUB_TOKEN }}
48
commit-message: "docs: auto update terraform docs"
0 commit comments