Skip to content

Testing an action

Testing an action #1

Workflow file for this run

name: test
on:
push:
branches: master
jobs:
build-version:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
with:
repository: CollaboraOnline/online
- name: git
run: |

Check failure on line 18 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

You have an error in your yaml syntax on line 18
git --version
git config user.name "GitHub Actions Bot"
git config user.email "<>"
CONTRIBUTORS=$(git log --all --pretty="%an" | sort | uniq)
echo "$CONTRIBUTORS"
echo "$CONTRIBUTORS" | wc -l