Skip to content

Commit 4325987

Browse files
KobzolRalfJung
andauthored
Apply suggestions from code review
Co-authored-by: Ralf Jung <[email protected]>
1 parent ec8cca6 commit 4325987

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,13 @@ jobs:
169169
run: rustup toolchain install nightly --profile minimal
170170
- name: Install rustup-toolchain-install-master
171171
run: cargo install -f rustup-toolchain-install-master
172+
# Create a token for the next step so it can create a PR that actually runs CI.
172173
- uses: actions/create-github-app-token@v2
173174
id: app-token
174175
with:
175176
app-id: ${{ vars.APP_CLIENT_ID }}
176177
private-key: ${{ secrets.APP_PRIVATE_KEY }}
177-
- name: Push changes to a branch and create PR
178+
- name: pull changes from rustc and create PR
178179
run: |
179180
# Make it easier to see what happens.
180181
set -x

0 commit comments

Comments
 (0)