1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-09-30 18:42:05 +00:00

fix: More debug logging

This commit is contained in:
Ginger 2025-09-08 11:27:38 -04:00 committed by nex
parent e82b879159
commit ac11580d9e

View file

@ -30,7 +30,7 @@ jobs:
DISTRIBUTION=$(lsb_release -sc 2>/dev/null)
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "distribution=$DISTRIBUTION" >> $GITHUB_OUTPUT
echo "Debian version: $VERSION $DISTRIBUTION"
echo "Debian distribution: $DISTRIBUTION ($VERSION)"
- name: Get package revision and component
id: package_meta
@ -51,6 +51,7 @@ jobs:
fi
echo "component=$COMPONENT" >> $GITHUB_OUTPUT
echo "revision=$REVISION" >> $GITHUB_OUTPUT
echo "Target component: $COMPONENT revision $REVISION"
- name: Checkout repository with full history
uses: https://code.forgejo.org/actions/checkout@v4