From 6d98b8821e76eef45c0521b637792b33b812e2c1 Mon Sep 17 00:00:00 2001 From: Jacob Wang Date: Mon, 5 Oct 2020 11:35:48 +1300 Subject: [PATCH] upgrade sbt-github-action and regen yaml --- .github/workflows/clean.yml | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index 9c4729e..b535fcc 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -19,7 +19,7 @@ jobs: - name: Delete artifacts run: | # Customize those three lines with your repository and credentials: - REPO=https://api.github.com/repos/$1 + REPO=${GITHUB_API_URL}/repos/${{ github.repository }} # A shortcut to call GitHub API. ghapi() { curl --silent --location --user _:$GITHUB_TOKEN "$@"; } diff --git a/project/plugins.sbt b/project/plugins.sbt index 3400c6e..536dcf4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3") addSbtPlugin("com.47deg" % "sbt-microsites" % "1.2.1") -addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.9.2") +addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.9.3")