Skip to content

Commit e61a050

Browse files
fix on-tags.yml no need for add-and-commit
https://github.com/orange-cloudfoundry/k3s-wrapper-boshrelease/actions/runs/7463605202/job/20308678982 Internal logs > Staging files... > Adding files... Error: Error: error: insufficient permission for adding an object to repository database .git/objects error: releases/k3s-wrapper/index.yml: failed to insert into database error: unable to index file 'releases/k3s-wrapper/index.yml' fatal: updating files failed Outputs committed: false commit_long_sha: undefined commit_sha: undefined pushed: false tagged: false tag_pushed: false Error: Error: error: insufficient permission for adding an object to repository database .git/objects error: releases/k3s-wrapper/index.yml: failed to insert into database error: unable to index file 'releases/k3s-wrapper/index.yml' fatal: updating files failed
1 parent e365a74 commit e61a050

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/on-tags.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@ jobs:
6767
env:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6969

70-
- uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # v9.1.3: https://github.com/EndBug/add-and-commit/commits/v9.1.3
71-
with:
72-
# The arguments for the `git add` command (see the paragraph below for more info)
73-
# Default: '.'
74-
add: 'releases/k3s-wrapper'
75-
# Determines the way the action fills missing author name and email. Three options are available:
76-
# - github_actor -> UserName <UserName@users.noreply.github.com>
77-
# - user_info -> Your Display Name <your-actual@email.com>
78-
# - github_actions -> github-actions <email associated with the github logo>
79-
# Default: github_actor
80-
default_author: github_actions
81-
message: "Add missing generated files for ${{ steps.create-bosh-release.outputs.version }}"
70+
# - uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # v9.1.3: https://github.com/EndBug/add-and-commit/commits/v9.1.3
71+
# with:
72+
# # The arguments for the `git add` command (see the paragraph below for more info)
73+
# # Default: '.'
74+
# add: 'releases/k3s-wrapper'
75+
# # Determines the way the action fills missing author name and email. Three options are available:
76+
# # - github_actor -> UserName <UserName@users.noreply.github.com>
77+
# # - user_info -> Your Display Name <your-actual@email.com>
78+
# # - github_actions -> github-actions <email associated with the github logo>
79+
# # Default: github_actor
80+
# default_author: github_actions
81+
# message: "Add missing generated files for ${{ steps.create-bosh-release.outputs.version }}"
8282

0 commit comments

Comments
 (0)