Skip to content

Commit

Permalink
Resolve branch name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Aug 12, 2024
1 parent eb88f16 commit e76cfc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/fastlane/plugin/stream_actions/actions/current_branch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ def self.available_options
FastlaneCore::ConfigItem.new(
env_name: 'GITHUB_PR_NUM',
key: :pr_num,
description: 'GitHub PR number'
description: 'GitHub PR number',
optional: true
)
]
end
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/stream_actions/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fastlane
module StreamActions
VERSION = '0.3.53'
VERSION = '0.3.54'
end
end

0 comments on commit e76cfc4

Please sign in to comment.