We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ecaa6b + 1808acd commit 5a36eecCopy full SHA for 5a36eec
.github/workflows/update.yml
@@ -79,10 +79,9 @@ jobs:
79
run:
80
echo "CURRENT_BRANCH=$(echo ${GITHUB_REF#refs/heads/} | tr / -)" >> $GITHUB_ENV
81
- name: Check out source branch (${{ env.CURRENT_BRANCH }})
82
- uses: actions/checkout@v2
+ uses: actions/checkout@v1
83
with:
84
path: ${{ env.CURRENT_BRANCH }}
85
- persist-credentials: false
86
- name: Check out target branch (${{ matrix.branch }})
87
uses: actions/checkout@v2
88
0 commit comments