dependabot[bot] e40ff00655 Bump prettier-eslint from 16.1.2 to 16.3.0
Bumps [prettier-eslint](https://github.com/prettier/prettier-eslint) from 16.1.2 to 16.3.0.
- [Release notes](https://github.com/prettier/prettier-eslint/releases)
- [Changelog](https://github.com/prettier/prettier-eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier-eslint/compare/v16.1.2...v16.3.0)

---
updated-dependencies:
- dependency-name: prettier-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-02 13:04:35 -05:00
2024-02-02 13:04:35 -05:00
2024-02-02 12:52:31 -05:00
2024-02-02 13:04:35 -05:00
2024-02-02 12:52:31 -05:00
2024-02-02 12:52:31 -05:00
2024-02-02 12:52:31 -05:00
2024-02-02 12:52:31 -05:00
2024-02-02 12:52:31 -05:00
2024-02-02 12:52:31 -05:00
2024-02-02 13:04:35 -05:00
2023-11-17 19:56:57 +00:00
2024-02-02 12:58:36 -05:00
2024-02-02 12:52:31 -05:00

Publish Action Package

This action packages your action as OCI artifacts and publishes it to the GitHub Container registry.

This allows your action to be consumed as an immutable package even if a semver is specified in the consumer's workflow file.

Your action workflow must be triggered on release as in the following example. The release's title must follow semantic versioning. Then consumers of your action will then be able to specify the version, e.g., - uses: your-name/your-action@v1.2.3 or even - uses: your-name/your-action@v1.

Usage

on:
  release:

- uses: immutable-actions/publish-action-package@v1
  with:
    # Relative path of the working directory of the repository to be tar archived
    # and uploaded as OCI Artifact layer. You can mention multiple files/folders
    # by mentioning relative paths as space separated values.
    #
    # This defaults to the entire action repository contents if not explicitly defined.
    # Default: '.'
    path: 'src/ action.yml dist/'

License

The scripts and documentation in this project are released under the MIT License.

Languages
TypeScript 98.7%
Shell 1.3%