We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72edfbc + b513f7c commit 7c58dc8Copy full SHA for 7c58dc8
.github/workflows/coding-standard.yml
@@ -10,6 +10,6 @@ on:
10
11
jobs:
12
coding-standards:
13
- uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.1.1"
+ uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.4.1"
14
with:
15
php-version: "7.4"
.github/workflows/release-on-milestone-closed.yml
@@ -7,9 +7,8 @@ on:
7
8
9
release:
- uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@1.1.1"
+ uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@1.4.1"
secrets:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
ORGANIZATION_ADMIN_TOKEN: ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}
0 commit comments