Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-10-18 00:10:32 +0300
committerGitHub <noreply@github.com>2022-10-18 00:10:32 +0300
commitda3f1a7133d4f6a1f59b9f6bcb327ee993c2389e (patch)
tree74b7acf0c0a4e25e3b3a3e558f485beef5bc8b6b
parentd7a9bc2cb0cab816f8aa7445a121bcbc825cc116 (diff)
parent5d8a886864b5c2fe3250d3571c77d90bdafe4938 (diff)
Merge pull request #43 from nextcloud/feat/workflow-auto-update-lint-php-cs.yml
Updating lint-php-cs.yml workflow from template
-rw-r--r--.github/workflows/lint-php-cs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml
index 49eeee2..9f4bad1 100644
--- a/.github/workflows/lint-php-cs.yml
+++ b/.github/workflows/lint-php-cs.yml
@@ -24,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- - name: Set up php ${{ matrix.php-versions }}
+ - name: Set up php
uses: shivammathur/setup-php@v2
with:
php-version: "7.4"