Skip to content

Commit df6774c

Browse files
authored
Fix cache-retention workflow to reference the right reusable workflow (#101)
1 parent 2260792 commit df6774c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labeler-cache-retention.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
cache-retention:
1111
# Do not run the workflow on forks outside the 'dotnet' org
1212
if: ${{ github.repository_owner == 'dotnet' }}
13-
uses: dotnet/issue-labeler/.github/workflows/build-predictor.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
13+
uses: dotnet/issue-labeler/.github/workflows/cache-retention.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1

0 commit comments

Comments
 (0)