Added the ability to replace some placeholders in the screeps code #12

Merged
Philipp merged 7 commits from added-read-replace-git into main 2023-12-25 02:22:44 +01:00
3 changed files with 135 additions and 2 deletions
Showing only changes of commit b983834968 - Show all commits

View File

@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Upload to Screeps - name: Upload to Screeps
uses: your-username/your-repository@v1 uses: Screeps/screeps-deploy-action@main
with: with:
token: ${{ secrets.SCREEPS_TOKEN }} token: ${{ secrets.SCREEPS_TOKEN }}
pattern: '**/*.js' pattern: '**/*.js'