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.
1 parent a3f0be7 commit 0dff425Copy full SHA for 0dff425
.github/workflows/rector.yaml
@@ -10,11 +10,7 @@ jobs:
10
if: github.event.pull_request.head.repo.full_name == 'php-etl/pipeline-contracts'
11
steps:
12
-
13
- if: github.event.pull_request.head.repo.full_name == github.repository
14
uses: actions/checkout@v3
15
- with:
16
- # Must be used to trigger workflow after push
17
- token: ${{ secrets.ACCESS_TOKEN }}
18
19
20
uses: shivammathur/setup-php@v2
0 commit comments