mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-09 13:53:03 +02:00
fix: More debug logging
This commit is contained in:
parent
dbd5d347ec
commit
f5003206fa
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue