Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/woss/exiftool-action

Action for Exiftool. Include it in the path without installing, run multiple versions
https://github.com/woss/exiftool-action

actions exiftool metadata

Last synced: 17 days ago
JSON representation

Action for Exiftool. Include it in the path without installing, run multiple versions

Awesome Lists containing this project

README

        

# Exiftool Github action

When you need to get the exiftool in your actions but you don't want to do manual job.

The versioning of this action and the repo, follow the exiftool versioning, which currently is not a semver.

## Usage
Simply include it like this before your tests and the code that needs `exiftool`.

```yaml
- name: Use Exiftool
uses: woss/[email protected]
```

This repo is updated whenever Mr. Phil Harvey updates the [exiftool](https://exiftool.org)