Skip to content

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

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

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

- name: Update iOS bundle identifier
uses: damienaicheh/[email protected]
- name: Update Bundle identifier
uses: damienaicheh/[email protected]
with:
info-plist-path: './path_to_your/Info.plist'
bundle-identifier: 'com.mycompany.app'
bundle-name: 'Name'
bundle-display-name: 'New App'
print-file: true
name: 'Update iOS bundle identifier'

Check failure on line 13 in .github/workflows/update-ios-bundle-identifier-action.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-ios-bundle-identifier-action.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
description: 'Update iOS bundle identifier of your Info.plist file'
author: 'damienaicheh'
inputs:
info-plist-path:
description: 'Relative path for the Info.plist file.'
required: true
bundle-identifier:
description: 'The value of the CF Bundle Identifier'
required: true
bundle-name:
description: 'The value of the CF Bundle Name'
required: false
bundle-display-name:
description: 'he value of the CF Bundle Display Name'
required: false
print-file:
description: 'Output the Info.plist file in console'
required: false
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: 'file'
color: 'blue'