Skip to content

Commit

Permalink
Changed container namespace in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Feb 15, 2022
1 parent e03ed36 commit 9a19515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: actions/checkout@v2

- name: Checking PHP Syntax
uses: TheDragonCode/[email protected]
uses: TheDragonCode/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/lint-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: TheDragonCode/[email protected]
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: true
fix: true

0 comments on commit 9a19515

Please sign in to comment.