]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
.github/workflows: use a released sha1 39890/head
authorKefu Chai <kchai@redhat.com>
Tue, 9 Mar 2021 04:16:26 +0000 (12:16 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 9 Mar 2021 04:30:48 +0000 (12:30 +0800)
otherwise the action cannot be found

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit ae8ea10f415ec170be4a7be48567dbac83221dc0)

.github/workflows/pr-triage.yml

index c7cce97b6f02750d41b73de245503df437d0f99a..31791d4aef5755edbe83986d41c5b31d21a87f56 100644 (file)
@@ -9,7 +9,7 @@ jobs:
         with:
           sync-labels: ''
           repo-token: "${{ secrets.GITHUB_TOKEN }}"
-      - uses: iyu/actions-milestone@9aa2197e1bda6cf71541d1bf6fa4f73edc543991
+      - uses: iyu/actions-milestone@dbf7e5348844c9ddc6b803a5721b85fa70fe3bb9
         with:
           configuration-path: .github/milestone.yml
           repo-token: "${{ secrets.GITHUB_TOKEN }}"