Update shivammathur/setup-php digest to 85a8dfd #442
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: json-to-file | ||
uses: devops-actions/[email protected] | ||
- uses: devops-actions/[email protected] | ||
with: | ||
json: '{"test": "test"}' | ||
filename: 'test.json' | ||
name: 'json-to-file' | ||
description: 'Write json from variable to file' | ||
author: 'devops-actions' | ||
branding: | ||
icon: file-text | ||
color: orange | ||
inputs: | ||
json: | ||
required: true | ||
description: 'The json you want to store' | ||
filename: | ||
required: true | ||
description: 'The filename you want to store the json in' | ||
runs: | ||
using: 'node16' | ||
main: 'dist/main.js' | ||