Skip to content

Update SonarSource/sonarcloud-github-action digest to 02ef911 #441

Update SonarSource/sonarcloud-github-action digest to 02ef911

Update SonarSource/sonarcloud-github-action digest to 02ef911 #441

Workflow file for this run

- 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'

Check failure on line 9 in .github/workflows/json-to-file.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/json-to-file.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
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'