Fixed background image URL form field name

This commit is contained in:
Alec LaLonde
2023-02-23 11:27:31 -07:00
committed by Alec LaLonde
parent 40276dc442
commit d8fc4472ed
3 changed files with 14 additions and 12 deletions

View File

@@ -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 🚧🚧'
# })