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 0ed3ef4 commit 1fd183eCopy full SHA for 1fd183e
src/tools/miri/.github/workflows/ci.yml
@@ -169,12 +169,13 @@ jobs:
169
run: rustup toolchain install nightly --profile minimal
170
- name: Install rustup-toolchain-install-master
171
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.
173
- uses: actions/create-github-app-token@v2
174
id: app-token
175
with:
176
app-id: ${{ vars.APP_CLIENT_ID }}
177
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- - name: Push changes to a branch and create PR
178
+ - name: pull changes from rustc and create PR
179
run: |
180
# Make it easier to see what happens.
181
set -x
0 commit comments