We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d52db commit 04d3676Copy full SHA for 04d3676
.github/workflows/split-repository.yml
@@ -12,8 +12,8 @@ jobs:
12
if: github.repository == 'imiphp/imi'
13
runs-on: ubuntu-20.04
14
env:
15
- GITHUB_REF: ${{ env.GITHUB_REF }}
16
- GITHUB_REPOSITORY: ${{ env.GITHUB_REPOSITORY }}
+ GITHUB_REF: ${{ github.ref }}
+ GITHUB_REPOSITORY: ${{ github.repository }}
17
steps:
18
- uses: ahmadnassri/action-workflow-queue@v1
19
- uses: actions/checkout@v2
0 commit comments