Skip to content

Commit

Permalink
we cannot cleanup generated files outside action
Browse files Browse the repository at this point in the history
nothing added to commit but untracked files present (use "git add" to track)
Cleanup generated files
warning: failed to remove dev_releases/create-bosh-release-action-test-boshrelease/index.yml: Permission denied
Removing create-bosh-release-action-test-boshrelease-fix-github-actions.tgz
warning: failed to remove dev_releases/create-bosh-release-action-test-boshrelease/create-bosh-release-action-test-boshrelease-0+dev.1705403538.yml: Permission denied
  • Loading branch information
o-orand committed Jan 16, 2024
1 parent 438cd78 commit 1f28a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ inputs:
repository:
description: "Github repository used to publish releases."
required: false
default: ${GITHUB_REPOSITORY}
default: ${{github.repository}}
token:
description: "Github token used to push changes after releasing"
required: false
default: ${GITHUB_TOKEN}
default: ${{github.token}}
target_branch:
description: "Branch name to push release commit"
required: false
Expand Down

0 comments on commit 1f28a6f

Please sign in to comment.