cloudfoundry / cli

The official command line client for Cloud Foundry
https://docs.cloudfoundry.org/cf-cli
Apache License 2.0
1.75k stars 928 forks source link

Add path to checkout action [v8] #3014

Closed gururajsh closed 2 weeks ago

gururajsh commented 2 weeks ago

To keep the downloaded artifacts and checked out repo path separate, added path to checkout action

Description of the Change

Fix for creating github draft release job. Downloaded artifacts were getting deleted by the checkout action since it was being checked out to $GITHUB_WORKSPACE. So added path to checkout action.

Why Is This PR Valuable?

Helps with release process

Applicable Issues

List any applicable GitHub Issues here

How Urgent Is The Change?

Is the change urgent? If so, explain why it is time-sensitive.

Other Relevant Parties

Who else is affected by the change?