Skip to content

Commit

Permalink
Changed fouls in form layout, updated env
Browse files Browse the repository at this point in the history
  • Loading branch information
BenM-BenM committed Mar 26, 2024
1 parent a50bf64 commit 7b572d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
PUBLIC_API_URL: https://script.google.com/macros/s/AKfycbzUvlel9h-DJ4h-R3k0SH2yMuWu-RKVpsFOKooi5scIOkQ3ZdHks6VEStIx2DKcGG7tfA/exec
PUBLIC_API_URL: https://script.google.com/macros/s/AKfycbzk_Q1SEbFbzj4IGUSNw4MRPB-Tse2UfgSH2Go282XKL6lFRjQonsZg5AYRsC9ZJ8n7gA/exec
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down
8 changes: 5 additions & 3 deletions src/lib/formLayout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ export const SSForm: Form = {
},
{
type: "input",
label: "Serious foul?",
label: "Fouls?",
tooltip: "Select the worst foul received during the match",
component: {
type: "Dropdown",
id: "serious foul",
Expand All @@ -163,11 +164,12 @@ export const SSForm: Form = {
},
{
type: "input",
label: "Reason for serious foul?",
label: "Reason for fouls?",
tooltip: "Detail the number of each type of foul and why they received each one",
component: {
type: "Textbox",
id: "serious foul reason",
maxLength: 100
maxLength: 250
}
},
{
Expand Down

0 comments on commit 7b572d1

Please sign in to comment.