Fix Names of GregTech Gases (#873) #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Commit Syntax | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
- test_buildscript* | |
jobs: | |
testCommits: | |
if: "${{ github.repository_owner == 'Nomi-CEu' }}" | |
name: Test Commits | |
uses: ./.github/workflows/createchangelog.yml | |
with: | |
release_type: "Cutting Edge Build" | |
test: true | |
secrets: inherit |