Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
THWiseman committed Dec 7, 2023
1 parent fafda1b commit 88531c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scalafmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Scalafmt'
#This github action runs the scalafmt linting tool on the entire codebase.
# It fails if any files are not formatted properly.

run-name: ${{ format('{0} Scalafmt', github.actor) }}
run-name: ${{ format('Scalafmt on {0}', github.ref_name) }}

on:
workflow_dispatch:
Expand All @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ inputs.target-branch }}
- uses: ./.github/set_up_cromwell_action #This github action will set up git-secrets, caching, java, and sbt.
- uses: ./.github/set_up_cromwell_action
with:
cromwell_repo_token: ${{ secrets.BROADBOT_GITHUB_TOKEN }}
- name: Run Scalafmt
Expand Down

0 comments on commit 88531c9

Please sign in to comment.