https://github.com/cs2-analysis/depot-watch
https://github.com/cs2-analysis/depot-watch
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cs2-analysis/depot-watch
- Owner: cs2-analysis
- License: mit
- Created: 2024-12-09T21:02:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-09T21:09:12.000Z (over 1 year ago)
- Last Synced: 2025-02-07T00:13:14.794Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# depot-watch
Watch steam for depot changes in cs2 and trigger github workflow
## Environment Variables
- `GITHUB_TOKEN` - Github token for the target repository
- `GITHUB_REPOSITORY` - Github repository to trigger workflow on (default: `cs2-analysis/cs2-analysis`)
- `GITHUB_BRANCH` - Github branch to trigger workflow on (default: `master`)
- `GITHUB_WORKFLOW` - Github workflow name or id to trigger (default: `update.yml`)
- `VERSION_FILE` - File used to track the last known version (default: `version.txt`, default in container: `/data/version.txt`)