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

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: 5 months 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/exiftool-action@v12.87
```

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