Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix - parameter path in workflow #33

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

janegilring
Copy link
Contributor

The GitHub Actions workflow fails to run on Linux workers when the parameters path is using backslashes. This PR changes the path to use slashes.

Overview/Summary

Replace this with a brief description of what this Pull Request fixes, changes, etc.

This PR fixes

  1. [Bug]: Sample GitHub workflow fails #30

Breaking Changes

None.

As part of this Pull Request I have

  • Read the Contribution Guide and ensured this PR is compliant with the guide
  • Checked for duplicate Pull Requests
  • Associated it with relevant GitHub Issues or ADO Work Items (Internal Only)
  • Ensured my code/branch is up-to-date with the latest changes in the main branch
  • Ensured PR tests are passing
  • Updated relevant and associated documentation (e.g. Contribution Guide, Docs etc.)

The GitHub Actions workflow fails to run on Linux workers when the parameters path is using backslashes. Changed to slashes.
@arjenhuitema arjenhuitema linked an issue Oct 9, 2023 that may be closed by this pull request
1 task
@arjenhuitema arjenhuitema added the bug Something isn't working label Oct 9, 2023
@arjenhuitema
Copy link
Contributor

LGTM @janegilring

Adding the evidence that you provided:
image

@arjenhuitema arjenhuitema merged commit 8eefb0c into Azure:main Oct 9, 2023
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Sample GitHub workflow fails
2 participants