We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e972f81 commit 7717498Copy full SHA for 7717498
.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@c55203cfde3e5c11a452d352b4393e68b85b4533 # ratchet:peter-evans/[email protected].3
+ uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # ratchet:peter-evans/[email protected].4
55
with:
56
token: ${{ secrets.GITHUB_TOKEN }}
57
commit-message: "docs: auto update terraform docs"
0 commit comments