Skip to content

Commit 0a9cf84

Browse files
Update clear-cache.sh
1 parent 5443cfc commit 0a9cf84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gh-scripts/clear-cache.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ done
3737
# -------------------------------------------------------------------------------------------------
3838
main() {
3939
local GL_GH_TOKEN=<GH_TOKEN>
40-
clear_gh_cache $GL_GH_TOKEN <GH_ONWER> <GH_REPO>
40+
local GL_GH_ONWER=<GH_ONWER>
41+
clear_gh_cache $GL_GH_TOKEN $GL_GH_ONWER <GH_REPO>
4142
}
4243
# -------------------------------------------------------------------------------------------------
4344

0 commit comments

Comments
 (0)