diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/container_release_unified.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/sftp-tests.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/container_release_unified.yml b/.github/workflows/container_release_unified.yml index eb8df9834..c7aa648fd 100644 --- a/.github/workflows/container_release_unified.yml +++ b/.github/workflows/container_release_unified.yml @@ -223,3 +223,4 @@ jobs: echo "✓ Successfully copied ${{ matrix.variant }} to Docker Hub" + diff --git a/.github/workflows/sftp-tests.yml b/.github/workflows/sftp-tests.yml index d2ec47eb4..80a1b9929 100644 --- a/.github/workflows/sftp-tests.yml +++ b/.github/workflows/sftp-tests.yml @@ -90,3 +90,4 @@ jobs: echo "| testuser | /sftp/testuser | Home directory only |" >> $GITHUB_STEP_SUMMARY echo "| readonly | /public | Read-only |" >> $GITHUB_STEP_SUMMARY + |
