This commit is contained in:
parent
350fd462a7
commit
47aa87e084
|
@ -26,10 +26,10 @@ jobs:
|
||||||
- name: Determine build command
|
- name: Determine build command
|
||||||
id: build_command
|
id: build_command
|
||||||
run: |
|
run: |
|
||||||
if echo "${{ github.event.head_commit.message }}" | grep -q "force build"; then
|
if echo "${{ gitea.event.head_commit.message }}" | grep -q "force build"; then
|
||||||
echo "build_command=make force-build" >> $GITHUB_ENV
|
echo "build_command=make force-build" >> $GITEA_ENV
|
||||||
else
|
else
|
||||||
echo "build_command=make build" >> $GITHUB_ENV
|
echo "build_command=make build" >> $GITEA_ENV
|
||||||
fi
|
fi
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user