fix tests and update index.js

This commit is contained in:
Nicolas Schweitzer 2025-01-22 11:55:00 +01:00
parent 5fba9eb899
commit ab5d862ce8
No known key found for this signature in database
11 changed files with 67 additions and 38 deletions

View file

@ -40,12 +40,12 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
#
# Default: ${{ github.token }}
token: ''
# Github slug used to configure local user.name and user.email for git.
# This is required to push a commit from a Github Action Workflow
# Set to '' to disable this configuration
# Default: "github-action[bot]
git-config: ''
# Github slug used to configure local user.name and user.email for git. This is
# required to push a commit from a Github Action Workflow. Set to '' to disable
# this configuration.
# Default: github-action[bot]
git-user: ''
# SSH key used to fetch the repository. The SSH key is configured with the local
# git config, which enables your scripts to run authenticated git commands. The