Skip to content

Commit

Permalink
Merge pull request #1849 from tgstation/MinorCIFix
Browse files Browse the repository at this point in the history
Add missing setup-dotnet step to master merge workflow
  • Loading branch information
Cyberboss authored Aug 8, 2024
2 parents e958a50 + 492bcbe commit 5a02b70
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/stable-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
name: Master Merge
runs-on: ubuntu-latest
steps:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '${{ env.TGS_DOTNET_VERSION }}.0.x'
dotnet-quality: ${{ env.TGS_DOTNET_QUALITY }}

- name: Build Checkout
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -49,7 +55,7 @@ jobs:
allow_ff: true
allow_forks: true
user_name: tgstation-server-ci[bot]
user_email: 847638+tgstation-server-ci[bot]@users.noreply.github.com
user_email: 161980869+tgstation-server-ci[bot]@users.noreply.github.com
push_token: INSTALLATION_TOKEN
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5a02b70

Please sign in to comment.