Skip to content

Update tj-actions/changed-files action to v41 [SECURITY] #380

Update tj-actions/changed-files action to v41 [SECURITY]

Update tj-actions/changed-files action to v41 [SECURITY] #380

- name: Update Updates Release Channel Expo.plist
uses: Brune04/[email protected]
- name: Update Expo.plist
uses: Brune04/[email protected]
with:
expo-plist-path: "./path_to_your/Expo.plist"
updates-release-channel: "dev-2.0"
print-file: true
name: "Update Updates Release Channel Expo.plist"

Check failure on line 11 in .github/workflows/update-updates-release-channel-expo-plist-action.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-updates-release-channel-expo-plist-action.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
description: "Update the Expo.plist file"
author: "Brune04"
inputs:
expo-plist-path:
description: "Relative path for the Expo.plist file."
required: true
updates-release-channel:
description: "The Expo Updates Release Channel."
required: true
updates-runtime-version:
description: "The Expo Updates Runtime Version."
required: true
print-file:
description: "Output the Expo.plist file in console"
required: false
runs:
using: "node12"
main: "dist/index.js"
branding:
icon: "file"
color: "blue"