Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom commit message parameters are blank #98

Open
kg583 opened this issue Jan 14, 2024 · 0 comments
Open

Custom commit message parameters are blank #98

kg583 opened this issue Jan 14, 2024 · 0 comments

Comments

@kg583
Copy link

kg583 commented Jan 14, 2024

I am using the following workflow file to build files that live on another branch:

- name: Save to built branch
  uses: s0/git-publish-subdir-action@develop
  env:
    REPO: self
    BRANCH: built
    FOLDER: built
    SKIP_EMPTY_COMMITS: true
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
    MESSAGE: "Build {sha}: {msg}"

However, the generated commit message does not substitute the SHA or source commit message:

1f3d40f Build : - kg583

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant