We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dfab7f commit 657fb8bCopy full SHA for 657fb8b
1 file changed
.github/workflows/push-to-main.yml
@@ -8,7 +8,9 @@ on:
8
jobs:
9
pull_request:
10
name: Create Pull Request
11
- runs-on: ubuntu-slim
+ # Must use ubuntu-latest (not ubuntu-slim) because devops-infra/action-pull-request
12
+ # is a Docker container action and ubuntu-slim does not have a Docker daemon.
13
+ runs-on: ubuntu-latest
14
steps:
15
- name: Checkout repo
16
uses: actions/checkout@v6
0 commit comments