diff options
author | Kefu Chai <kchai@redhat.com> | 2021-03-09 05:16:26 +0100 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2021-03-09 05:16:26 +0100 |
commit | ae8ea10f415ec170be4a7be48567dbac83221dc0 (patch) | |
tree | 8fe988cc4458dc2df4f67588031ce89206429c6c /.github/workflows | |
parent | Merge pull request #39892 from tchaikov/wip-github-workflow-milestone (diff) | |
download | ceph-ae8ea10f415ec170be4a7be48567dbac83221dc0.tar.xz ceph-ae8ea10f415ec170be4a7be48567dbac83221dc0.zip |
.github/workflows: use a released sha1
otherwise the action cannot be found
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pr-triage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index c7cce97b6f0..31791d4aef5 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -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 }}" |