We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce6cc2 commit 06d52dbCopy full SHA for 06d52db
.github/workflows/split-repository.yml
@@ -11,6 +11,9 @@ jobs:
11
split-repository:
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 }}
17
steps:
18
- uses: ahmadnassri/action-workflow-queue@v1
19
- uses: actions/checkout@v2
0 commit comments