Skip to content

Error with Action #299

Closed Answered by stefanzweifel
olebohmbach asked this question in Help
Discussion options

You must be logged in to vote

The core of the error message is:

git-auto-commit-action/v4/entrypoint.sh: line 75: cd: olebohmbach/ashampoo-template-string-builder: No such file or directory

This comes from the repository setting. (Code)

As you don't seem to work with multiple repos in this workflow, all you need to do is remove repository.

# Auto commit minified files to the repository
      - name: Auto Commit Minified Files
        uses: stefanzweifel/git-auto-commit-action@v4
        with:
-         repository: ${{ github.repository }}
          commit_message: "Github Action: Auto Minified JS and CSS files"
          branch: ${{ github.ref }}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by olebohmbach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants