mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Fixed background image URL form field name
This commit is contained in:
committed by
Alec LaLonde
parent
40276dc442
commit
d8fc4472ed
20
.github/workflows/PR-CI.yml
vendored
20
.github/workflows/PR-CI.yml
vendored
@@ -48,16 +48,16 @@ jobs:
|
||||
# Disabling rather than fighting with ts-jest
|
||||
# at this particular moment. dys:2022/11/01
|
||||
|
||||
- name: Testing
|
||||
# - name: Testing
|
||||
# run: yarn test --ci --coverage
|
||||
# env:
|
||||
# CI: true
|
||||
- uses: actions/github-script@v6
|
||||
with:
|
||||
script: |
|
||||
github.rest.issues.createComment({
|
||||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
body: '🚧🚧 Tests Disabled 🚧🚧'
|
||||
})
|
||||
# - uses: actions/github-script@v6
|
||||
# with:
|
||||
# script: |
|
||||
# github.rest.issues.createComment({
|
||||
# issue_number: context.issue.number,
|
||||
# owner: context.repo.owner,
|
||||
# repo: context.repo.repo,
|
||||
# body: '🚧🚧 Tests Disabled 🚧🚧'
|
||||
# })
|
||||
|
||||
Reference in New Issue
Block a user