Skip to content

Commit

Permalink
Merge pull request #43 from jatcwang/regen_github_action_yaml
Browse files Browse the repository at this point in the history
upgrade sbt-github-action and regen yaml
  • Loading branch information
jatcwang authored Oct 4, 2020
2 parents 054e91b + 6d98b88 commit 80db2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"; }
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 80db2f9

Please sign in to comment.