We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently git add -f dist/* throws an error because the script is started in the repo root dir.
git add -f dist/*
Use correct path github-actions/scan/dist/* in .github/workflows/release-github-action.yml .
The text was updated successfully, but these errors were encountered:
provide path to git add #3564
ab7970f
Also made GHACTION a global environment variable
Merge pull request #3569 from mercedes-benz/feature-3564-make-gha-rel…
b058409
…ease-worflow-work provide path to git add #3564
sven-dmlr
Successfully merging a pull request may close this issue.
Situation
Currently
git add -f dist/*
throws an error because the script is started in the repo root dir.ToDo
Use correct path github-actions/scan/dist/* in .github/workflows/release-github-action.yml .
The text was updated successfully, but these errors were encountered: