Added the ability to overwrite some values in the code.
All checks were successful
Lint / pre-commit Linting (push) Successful in 30s

This commit is contained in:
2023-12-25 01:38:04 +01:00
parent a039bc1e28
commit 6c52a35214
2 changed files with 72 additions and 1 deletions

View File

@@ -37,6 +37,9 @@ inputs:
description: 'Branch in Screeps to which the code will be uploaded (default: default).'
required: false
default: default
git-replace:
description: Allows for the overwrite of the "{{gitRef}}", "{{gitHash}}" and "{{deployTime}}" values in the file matching the file pattern. The file pattern will be combined with the prefix.
required: false
runs:
using: node12
main: index.js