1
Fork 0
Action to get the revision version number from the current Git repository
Find a file
2026-06-30 10:30:12 +02:00
.idea Let Jetbrains handle its own gitignore 2026-06-30 10:10:24 +02:00
.media First commit 2026-06-30 10:09:44 +02:00
.gitattributes First commit 2026-06-30 10:09:44 +02:00
.gitignore Let Jetbrains handle its own gitignore 2026-06-30 10:10:24 +02:00
.noai First commit 2026-06-30 10:09:44 +02:00
action.yml Use dash, not dot, for full 2026-06-30 10:18:48 +02:00
LICENSE.txt First commit 2026-06-30 10:09:44 +02:00
README.md Add note on fetch-depth 2026-06-30 10:30:12 +02:00

actions-revver

Action to get the revision version number from the current Git repository

Note

Make sure to fetch the full repository history before running this:

-
  name: "Checkout repository"
  uses: https://code.forgejo.org/actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
  with:
    fetch-depth: 0

Tools

Written in YAML

Packaging

Available on GitHub Marketplace

Documentation

Documentation available Licensed under EUPL-1.2

Development

Code repository Releases Issues Pull requests