Skip to content

Commit 188efea

Browse files
committed
Fix env variable decl on codeberg action
1 parent 1284175 commit 188efea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.forgejo/workflows/pandoc_workflow.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111

1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
14-
env: ON_CODEBERG=1
1514
jobs:
1615
# This workflow contains a single job called "build"
1716
build:
@@ -31,7 +30,7 @@ jobs:
3130
echo "Updating permissions on build script"
3231
chmod +x build.sh
3332
echo "Bulding"
34-
ADD_COMMIT=1 ./build.sh
33+
ON_CODEBERG=1 ADD_COMMIT=1 ./build.sh
3534
echo "Next step: creating release!"
3635
- uses: https://code.forgejo.org/actions/forgejo-release@v2.13.1
3736
with:

0 commit comments

Comments
 (0)