script changed to command
All checks were successful
Test Gitea Actions Workflow / react_deploy (push) Successful in 10s
All checks were successful
Test Gitea Actions Workflow / react_deploy (push) Successful in 10s
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
name: Test Gitea Actions Workflow
|
name: Test Gitea Actions Workflow
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -29,7 +28,7 @@ jobs:
|
|||||||
envs: BRANCH_NAME
|
envs: BRANCH_NAME
|
||||||
BRANCH_NAME: ${{ gitea.ref_name }}
|
BRANCH_NAME: ${{ gitea.ref_name }}
|
||||||
|
|
||||||
script: |
|
command: |
|
||||||
echo "Incoming Branch : $BRANCH_NAME"
|
echo "Incoming Branch : $BRANCH_NAME"
|
||||||
|
|
||||||
case "$BRANCH_NAME" in
|
case "$BRANCH_NAME" in
|
||||||
|
|||||||
Reference in New Issue
Block a user