Skip to content

Commit 4befd24

Browse files
committed
remove unnecessary --repo option because the default is groonga/groonga
1 parent 20c667a commit 4befd24

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
--jq '.[].databaseId' \
2323
--json databaseId \
2424
--limit 1 \
25-
--repo ${GITHUB_REPOSITORY} \
2625
--workflow ${workflow})
2726
if [ -n "${run_id}" ]; then
2827
break
@@ -32,12 +31,10 @@ jobs:
3231
gh run watch \
3332
--exit-status \
3433
--interval 300 \
35-
--repo ${GITHUB_REPOSITORY} \
3634
${run_id}
3735
gh run download ${run_id} \
3836
--dir release-artifacts \
39-
--pattern "release-*" \
40-
--repo ${GITHUB_REPOSITORY}
37+
--pattern "release-*"
4138
done
4239
env:
4340
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)