diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-02-01 15:50:00 +0100 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-02-01 15:50:00 +0100 |
| commit | 97edb7a7c2f93451b2b6efa18b630117cce17847 (patch) | |
| tree | 286e27c68b534861498d3f236d8a286f5244580b /src/doc/rustc-dev-guide | |
| parent | be412df9cb738b68025ff4eb37e64a68ad362d51 (diff) | |
| download | rust-97edb7a7c2f93451b2b6efa18b630117cce17847.tar.gz rust-97edb7a7c2f93451b2b6efa18b630117cce17847.zip | |
Checkout repository sources in rustc-pull CI action
This is needed for the `gh` command to work.
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml b/src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml index 2a9f56fd650..5bfcf47d703 100644 --- a/src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml +++ b/src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml @@ -82,6 +82,7 @@ jobs: if: ${{ !cancelled() }} runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - name: Compute message id: create-message env: |
