File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 17
17
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18
18
steps :
19
19
- name : Delete artifacts
20
+ shell : bash {0}
20
21
run : |
21
22
# Customize those three lines with your repository and credentials:
22
23
REPO=${GITHUB_API_URL}/repos/${{ github.repository }}
25
26
ghapi() { curl --silent --location --user _:$GITHUB_TOKEN "$@"; }
26
27
27
28
# A temporary file which receives HTTP response headers.
28
- TMPFILE=/tmp/tmp.$$
29
+ TMPFILE=$(mktemp)
29
30
30
31
# An associative array, key: artifact name, value: number of artifacts of that name.
31
32
declare -A ARTCOUNT
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
9
9
addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.5.0" )
10
10
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.3" )
11
11
addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.4" )
12
- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.17 .0" )
12
+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.18 .0" )
You can’t perform that action at this time.
0 commit comments