1
1
mirror of https://github.com/harelba/q.git synced 2024-10-03 22:39:52 +03:00

github actions stuff

This commit is contained in:
Harel Ben-Attia 2022-01-22 16:44:39 +02:00
parent 06a8b8916d
commit d039712c2c

View File

@ -49,7 +49,7 @@ jobs:
run: |
set -e -x
echo "outputs: ${{ needs.version_info }}"
echo "outputs: ${{ toJson(needs.version_info) }}"
create-man:
runs-on: ubuntu-18.04