We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa2380 commit 383d966Copy full SHA for 383d966
.github/workflows/update-on-new-ipfs-tag.yml
@@ -20,9 +20,9 @@ jobs:
20
with:
21
latest_ipfs_tag: ${{ steps.latest_ipfs.outputs.latest_tag }}
22
- name: pull-request # don't create a pr if there was no new ipfs tag
23
- uses: repo-sync/pull-request@v2
+ uses: repo-sync/pull-request@65194d8015be7624d231796ddee1cd52a5023cb3 #v2.16
24
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
source_branch: ${{ steps.update.outputs.updated_branch }}
27
destination_branch: "main"
28
- pr_title: "Bump http-api-docs dependency on go-ipfs to ${{ steps.latest_ipfs.outputs.latest_tag }}"
+ pr_title: "Bump http-api-docs dependency on go-ipfs to ${{ steps.latest_ipfs.outputs.latest_tag }}"
0 commit comments