Skip to content

Commit cdfdf39

Browse files
setup-steamcmd@v1.2.6 (#22)
- updated logging - added config/config.vdf caching
1 parent e90fcc7 commit cdfdf39

File tree

10 files changed

+75630
-24855
lines changed

10 files changed

+75630
-24855
lines changed

.github/workflows/update-release-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update Release Tags
22
on:
33
push:
4-
tags: '*'
4+
tags: ['*']
55
workflow_dispatch:
66
jobs:
77
update-release-tags:

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ on:
33
schedule:
44
- cron: '0 0 * * 0' # every sunday at midnight
55
push:
6-
branches:
7-
- 'main'
6+
branches: ['main']
87
pull_request:
9-
branches:
10-
- '*'
8+
branches: ['*']
119
# Allows you to run this workflow manually from the Actions tab
1210
workflow_dispatch:
1311
concurrency:
1412
group: ${{ github.ref }}
1513
jobs:
1614
validate:
1715
runs-on: ${{ matrix.os }}
16+
permissions:
17+
contents: read
1818
strategy:
1919
fail-fast: false
2020
matrix:

0 commit comments

Comments
 (0)