feat/postit-fs #37

Merged
notazof merged 6 commits from feat/postit-fs into release/1.0.8-rc1 2026-08-18 21:33:38 +01:00
Showing only changes of commit 65f6ad8752 - Show all commits
Paul Schneider 2026-08-18 21:14:52 +01:00
Signed by: notazof
GPG key ID: 1DD5D838E5343B06

View file

@ -24,17 +24,6 @@ on:
branches: [ "main" ] branches: [ "main" ]
jobs: jobs:
log-the-inputs:
runs-on: debian-latest
steps:
- run: |
echo "Log level: $LEVEL"
echo "Tags: $TAGS"
echo "Environment: $ENVIRONMENT"
env:
LEVEL: ${{ inputs.logLevel }}
TAGS: ${{ inputs.tags }}
build: build:
runs-on: docker runs-on: docker