action-create-tag
action-create-tag copied to clipboard
Simple GitHub action that can be used to create a tag inside a GitHub action.
This action has been workign flawlessly for months, thanks ! Since yesterday I now get the `fatal: not in a git directory` error when running the action. The action version...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies dockerfile Dockerfile...
**Describe the bug** when rickstaa/action-create-tag@v1 is executed in an other job than the one where actions/checkout is executed I get this error > remote: Invalid username or password. fatal: Authentication...
**Describe the bug** Sining with GPG is failing with error gpg: error reading key: No public key **To Reproduce** Steps to reproduce the behavior: I Have following Github Action `name:...
**Describe the bug** Tag creation using this action fails for protected tags due to permission issues. **To Reproduce** Steps to reproduce the behavior: 1. Create a tag protection rule 3....
**Describe the bug** If a workflow is triggered from one branch, and then actions/checkout is invoked to check out a different branch, action-create-tag attempts to tag the wrong commit, generating...
**Describe the bug** If an action is called as part of a reusable workflow, and that action attempts to create a tag, the repo of the calling action is acted...
**Describe the bug** Docs state the argument: ``` tag_exists_error: false ``` Prevents the action from failing if the tag already exists. But it appears the action still errors and fails...
Bumps alpine from 3.19 to 3.20. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...