Skip to content

Update SonarSource/sonarcloud-github-action digest to e44258b #426

Update SonarSource/sonarcloud-github-action digest to e44258b

Update SonarSource/sonarcloud-github-action digest to e44258b #426

- name: Update iOS version Info.plist
uses: damienaicheh/[email protected]
- name: Update Info.plist
uses: damienaicheh/[email protected]
with:
info-plist-path: "./path_to_your/Info.plist"
bundle-short-version-string: "2.0"
bundle-version: "2"
print-file: true
name: 'Update iOS version Info.plist'

Check failure on line 12 in .github/workflows/update-ios-version-info-plist-action.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-ios-version-info-plist-action.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
description: 'Update the Info.plist file'
author: 'damienaicheh'
inputs:
info-plist-path:
description: 'Relative path for the Info.plist file.'
required: true
bundle-short-version-string:
description: 'CF Bundle Short Version String'
required: true
bundle-version:
description: 'CF Bundle Version'
required: true
print-file:
description: 'Output the Info.plist file in console'
required: false
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: 'file'
color: 'blue'