Skip to content

Commit ec4dc36

Browse files
authored
Fix: the 'uses' attribute must be a path, a Docker image, or owner/repo@ref
1 parent dd01010 commit ec4dc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
name: Backport
1212
steps:
1313
- name: Backport
14-
uses: tibdex/backport
14+
uses: tibdex/backport@v2
1515
with:
1616
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)