Skip to content

clean: false not respected #2216

Open
Open
@CasperWSchmidt

Description

@CasperWSchmidt

Running the following action results in example.txt being removed:

name: Test flow
on:
  workflow_dispatch:

jobs:
  build:
    runs-on: 
      group: build
      labels: [self-hosted, Windows]
    steps:
      - name: test clean
        shell: pwsh
        run: New-Item -Path . -Name "example.txt" -ItemType "File"
        
      - name: Checkout
        uses: actions/checkout@v4
        with:
          clean: false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions