1 Star 0 Fork 0

Operations/open-podcasts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
action.yml 381 Bytes
一键复制 编辑 原始数据 按行查看 历史
rick 提交于 2022-05-29 18:01 . Add flags to yaml-rss command
# https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action
name: 'YAML to RSS'
description: 'YAML to RSS'
inputs:
server: # id of input
description: 'The RSS content server address'
required: true
runs:
using: 'docker'
image: 'docker://ghcr.io/opensource-f2f/open-podcasts-yaml-rss:dev'
args:
- ${{ inputs.server }}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bookge/open-podcasts.git
git@gitee.com:bookge/open-podcasts.git
bookge
open-podcasts
open-podcasts
master

搜索帮助