We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3e5e9 commit 935be28Copy full SHA for 935be28
.github/workflows/ci.yml
@@ -50,8 +50,8 @@ jobs:
50
elif [[ ${{ github.event_name == 'pull_request' }} ]]; then
51
# If the PR is server-sync then extract suffix from branch name
52
sub='maint/update_code_for_'
53
- if [[ "${{ github.ref_name }}" == *"$sub"* ]]; then
54
- ref_name=${{ github.ref_name }}
+ if [[ "${{ github.ref }}" == *"$sub"* ]]; then
+ ref_name=${{ github.ref }}
55
base_ref=${{ github.base_ref }}
56
suffix=${ref_name/$sub[0-9][0-9][0-9]/''}
57
suffix=${suffix/_on_$base_ref/''}
0 commit comments