test forgejo action bash
All checks were successful
Deploy workflow / deploy (pull_request) Successful in 32s
All checks were successful
Deploy workflow / deploy (pull_request) Successful in 32s
This commit is contained in:
parent
1e2e073e62
commit
74b8a34ba2
1 changed files with 2 additions and 1 deletions
|
@ -18,8 +18,9 @@ jobs:
|
||||||
image: code.forgejo.org/oci/node:20-bookworm
|
image: code.forgejo.org/oci/node:20-bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: Set baseURL
|
- name: Set baseURL
|
||||||
shell: /bin/bash
|
shell: /usr/bin/bash
|
||||||
run: |
|
run: |
|
||||||
|
echo "WOWOWOWOWOWOW"
|
||||||
>&2 echo "6de2fec7-1b8f-4514-96c1-3ca55f4a8fa1"
|
>&2 echo "6de2fec7-1b8f-4514-96c1-3ca55f4a8fa1"
|
||||||
if [[ "${{ env.github_ref_name }}" == "master" ]]; then
|
if [[ "${{ env.github_ref_name }}" == "master" ]]; then
|
||||||
echo "Using master config"
|
echo "Using master config"
|
||||||
|
|
Loading…
Reference in a new issue