2
0
Fork 0
mirror of https://code.forgejo.org/docker/metadata-action.git synced 2025-08-04 00:38:32 +00:00

don't handle default branch global exp for pr events

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-04-26 17:13:40 +02:00
parent 72fe50e2af
commit 0a72be43da
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
5 changed files with 7 additions and 19 deletions

View file

@ -693,9 +693,6 @@ workflow run. Will be empty for a branch reference:
Returns `true` if the branch that triggered the workflow run is the default
one, otherwise `false`.
Will compare against the branch name that triggered the workflow run or the
base ref for a pull request.
#### `{{date '<format>'}}`
Returns the current date rendered by its [moment format](https://momentjs.com/docs/#/displaying/format/).