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
I think the latest v1 release version is used if i defined: uses: BetaHuhn/repo-file-sync-action@v1
In the sync.yaml i have defined this:
SAP-ProductCompliance/API_Testing_TEMPLATE_REPO: - source: karate/ template: config: name: '<REPLACE_WITH_REPO_NAME>' description: '<REPLACE_WITH_REPO_DESCRIPTION>' apiBaseUrl: '<REPLACE_WITH_API_BASE_URL>' jenkinsViewName: '<REPLACE_WITH_JENKINS_VIEW_NAME>' apiHubNameCE: '<REPLACE_WITH_CE_API_HUB_NAME>' apiHubNameOP: '<REPLACE_WITH_OP_API_HUB_NAME>' dest: ./ exclude: | Jenkinsfile - source: karate/Jenkinsfile dest: _Jenkinsfile
And the source files structure is:
The current outcome of the pull request in the target app looks like this:
The "Jenkinsfile" should be in the target pull request as "_Jenkinsfile".
No response
v1.21.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐞 Describe the bug
I think the latest v1 release version is used if i defined:
uses: BetaHuhn/repo-file-sync-action@v1
In the sync.yaml i have defined this:
And the source files structure is:
The current outcome of the pull request in the target app looks like this:
📚 To reproduce
💡 Expected behavior
The "Jenkinsfile" should be in the target pull request as "_Jenkinsfile".
🖼️ Screenshots
No response
⚙️ Environment
v1.21.1
📋 Additional context
No response
The text was updated successfully, but these errors were encountered: