We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1284175 commit 188efeaCopy full SHA for 188efea
1 file changed
.forgejo/workflows/pandoc_workflow.yaml
@@ -11,7 +11,6 @@ on:
11
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
14
- env: ON_CODEBERG=1
15
jobs:
16
# This workflow contains a single job called "build"
17
build:
@@ -31,7 +30,7 @@ jobs:
31
30
echo "Updating permissions on build script"
32
chmod +x build.sh
33
echo "Bulding"
34
- ADD_COMMIT=1 ./build.sh
+ ON_CODEBERG=1 ADD_COMMIT=1 ./build.sh
35
echo "Next step: creating release!"
36
- uses: https://code.forgejo.org/actions/forgejo-release@v2.13.1
37
with:
0 commit comments