Files
sccache-action/action.yml
Xuanwo 91629f39c8 Remove not needed post-if
Signed-off-by: Xuanwo <github@xuanwo.io>
2023-01-11 11:43:09 +08:00

16 lines
301 B
YAML

---
name: "Sccache Action"
description: "Setup sccache action"
author: "mozilla"
inputs:
version:
description: "The installed sccache version."
required: true
runs:
using: "node16"
main: "dist/setup/index.js"
post: "dist/show_stats/index.js"
branding:
icon: "star"
color: "orange"