From 6242332f2194d8c2ccc06e313d07b15c83fb8444 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Tue, 15 Feb 2022 23:00:57 +0300 Subject: [PATCH] Changed container namespace in GitHub Actions --- .github/workflows/lint-check.yml | 2 +- .github/workflows/lint-fixer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index b6efb444..d0c8fb69 100644 --- a/.github/workflows/lint-check.yml +++ b/.github/workflows/lint-check.yml @@ -11,4 +11,4 @@ jobs: uses: actions/checkout@v2 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v1.12.4 \ No newline at end of file + uses: TheDragonCode/codestyler@v1.12.4 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index 3033f91f..d66cbb0a 100644 --- a/.github/workflows/lint-fixer.yml +++ b/.github/workflows/lint-fixer.yml @@ -16,4 +16,4 @@ jobs: uses: TheDragonCode/codestyler@v1.12.4 with: github_token: ${{ secrets.COMPOSER_TOKEN }} - fix: true \ No newline at end of file + fix: true