PaloAltoNetworks / automation-metadata-collector

Gathers information from PANW automation GitHub repos to build documentation for pan.dev
MIT License
0 stars 2 forks source link

fix: Remove quotes from rm command #14

Closed acelebanski closed 2 months ago

acelebanski commented 2 months ago

Description

This PR removes the quotes from the path passed to rm command in the run.yml workflow file.

Motivation and Context

The rm command is not executed, it shows up in the workflow but takes no effect.

How Has This Been Tested?

On my local workstation, rm command with the quotes goes through and doesn't error out but takes no effect. Removing the quotes from the path actually deletes the files.

Types of changes

Checklist