diff --git a/.gitea/workflows/s3-repo-backup.yml b/.gitea/workflows/s3-repo-backup.yml index 68c426c..e1aea2d 100644 --- a/.gitea/workflows/s3-repo-backup.yml +++ b/.gitea/workflows/s3-repo-backup.yml @@ -28,4 +28,4 @@ jobs: args: --overwrite --remove - name: Status Alert if: always() - run: echo "The Job ended with status ${{ job.status }}." + run: echo "The Job ended with status ${{ job.status }}." \ No newline at end of file