Skip to content

Add Signoff Input #123

Answered by BetaHuhn
xanjohns asked this question in Ideas
Discussion options

You must be logged in to vote

This should already be possible with the COMMIT_BODY input. It gets appended to each commit message (separated by two line returns).

In your case it would be:

- name: Run GitHub File Sync
  uses: BetaHuhn/repo-file-sync-action@v1
  with:
    GH_PAT: ${{ secrets.GH_PAT }}
    COMMIT_BODY: "Signed-off-by: Username"

The commit message will look like:

🔄 Synced local '<filename>' with remote '<filename>'

Signed-off-by: Username

Replies: 1 comment

Comment options

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