Skip to content

Commit

Permalink
Merge pull request #1090 from MattJeanes/dev
Browse files Browse the repository at this point in the history
2024.2.3
  • Loading branch information
MattJeanes authored Dec 3, 2024
2 parents 4d14a77 + 6766638 commit 35a21f8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
":automergeDigest",
":automergeMinor"
],
"automergeType": "branch",
"pinDigest": {
"automerge": true
}
}
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches:
- dev
- alpha
- renovate/*
workflow_dispatch:
inputs:
publish:
Expand All @@ -26,7 +27,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Create gma file
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/generate-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
if: github.event_name == 'pull_request'

- uses: actions/checkout@v3
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.TOKEN }}
Expand All @@ -43,6 +43,6 @@ jobs:
shell: pwsh

- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
with:
commit_message: "Update Generated Files"
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ if CLIENT then
pl:SetFarZ(lmp.distance)
pl:SetEnableShadows(lmp.shadows)
pl:SetShadowFilter(lmp.shadowfilter)
pl:SetNoCull(true)
pl:Update()
return pl
end
Expand Down

0 comments on commit 35a21f8

Please sign in to comment.