Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit 6428d47

Browse files
committed
added variables to update action
1 parent f24d9c8 commit 6428d47

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/commands/helpers/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/commands/helpers/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ module.exports.getData = (repoOrFile) => {
44
let data = { keys: {} }
55

66
payload.addVariables(
7-
data, 'hydrates', 'share', 'tag', 'debug', 'private', 'pull', 'zip'
7+
data, 'hydrates', 'share', 'tag', 'debug', 'private', 'pull', 'zip', 'android-phonegap:android_phonegap_version',
8+
'winphone-phonegap:winphone_phonegap_version', 'ios-phonegap:ios_phonegap_version', 'phonegap:phonegap_version'
89
)
910

1011
payload.addVariables(

0 commit comments

Comments
 (0)