microsoft / github-actions-for-desktop-apps

This repo contains a sample WPF application to demonstrate how to create CI/CD pipelines using GitHub Actions.
MIT License
352 stars 109 forks source link

Fix GitHub Runner AddPath and SetEnv Restrictions with Option 1 #36

Closed LanceMcCarthy closed 3 years ago

LanceMcCarthy commented 3 years ago

This PR implements Solution Option 1 mention in Issue #35

LanceMcCarthy commented 3 years ago

Note: The checks only failed due to not having access to secrets in a pull request. Here is proof that it works https://github.com/LanceMcCarthy/github-actions-for-desktop-apps/actions/runs/372427748

LanceMcCarthy commented 3 years ago

@edwardskrod You can also verify that my PR fixes it by reviewing the results of my workflows already using it here https://github.com/LanceMcCarthy/MediaFileManager