Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 58db9e5

Browse files
committed
TEMPORARY: Move metadata *back* to action.yml
Could no longer publish to marketplace. Known issue, waiting back from GitHub support in issue and forums: https://github.yungao-tech.community/t5/GitHub-Actions/Moved-metadata-from-action-yml-to-Dockerfile-can-t-publish-to/m-p/31651#M850
1 parent dcfd951 commit 58db9e5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM alpine:latest
22

3-
LABEL "com.github.actions.name"="Purge Cloudflare Cache"
3+
LABEL "com.github.actions.name"="Cloudflare Purge Cache"
44
LABEL "com.github.actions.description"="Purge a zone's cache via the Cloudflare API"
55
LABEL "com.github.actions.icon"="trash-2"
66
LABEL "com.github.actions.color"="orange"
77

8-
LABEL version="0.2.0"
8+
LABEL version="0.1.3"
99
LABEL repository="https://github.com/jakejarvis/cloudflare-purge-action"
1010
LABEL homepage="https://jarv.is/"
1111
LABEL maintainer="Jake Jarvis <jake@jarv.is>"

action.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: "Cloudflare Purge Cache"
2+
description: "Purge a zone's cache via the Cloudflare API"
3+
author: jakejarvis
4+
runs:
5+
using: docker
6+
image: Dockerfile
7+
branding:
8+
color: orange
9+
icon: trash-2

0 commit comments

Comments
 (0)