diff --git a/.github/workflows/backend-static-code-analysis.yml b/.github/workflows/backend-static-code-analysis.yml index c25ef3ea..a32d97ec 100644 --- a/.github/workflows/backend-static-code-analysis.yml +++ b/.github/workflows/backend-static-code-analysis.yml @@ -11,8 +11,6 @@ on: jobs: static-code-analysis: runs-on: ubuntu-latest - env: - CI_COMMIT_AUTHOR: Continuous Integration steps: - name: Check out source repository uses: actions/checkout@v3