We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a3743 commit cabdd65Copy full SHA for cabdd65
.github/workflows/main.yml
@@ -171,6 +171,9 @@ jobs:
171
# Set the global id for git as it seems needed by the next step when a custom image is used
172
git config --global user.email ${{ env.BOT_EMAIL }}
173
git config --global user.name ${{ env.BOT_USERNAME }}
174
+ #TODO: Use the same user id on the container as in the runner to avoid the "dubious ownership" error
175
+ - name: Mark repository as safe for Git
176
+ run: git config --global --add safe.directory /__w/apl-core/apl-core
177
- name: Create and publish otomi chart release
178
id: chart_release
179
uses: helm/[email protected]
0 commit comments