We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cd712 commit 8168d02Copy full SHA for 8168d02
.github/workflows/update-docs.yml
@@ -51,7 +51,7 @@ jobs:
51
# change docs via PR in case of locked main branch
52
- name: Create Pull Request (main branch only)
53
if: github.ref == 'refs/heads/main' && github.repository_owner == 'philips-labs'
54
- uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # ratchet:peter-evans/[email protected].4
+ uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # ratchet:peter-evans/[email protected].5
55
with:
56
token: ${{ secrets.GITHUB_TOKEN }}
57
commit-message: "docs: auto update terraform docs"
0 commit comments