CI: fix GH action description

This commit is contained in:
missytake 2024-01-19 20:30:36 +01:00
parent e676545f7a
commit 38a9fc3d6e

View File

@ -1,4 +1,4 @@
name: deploy on staging.testrun.org, and if that works, on nine.testrun.org
name: deploy on staging.testrun.org, and run tests
on:
push:
@ -8,7 +8,7 @@ on:
jobs:
deploy:
name: deploy on staging.testrun.org, and if that works, on nine.testrun.org
name: deploy on staging.testrun.org, and run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3