Skip to content

Commit 410e971

Browse files
committed
fixes
1 parent 738a99a commit 410e971

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/firebaseai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
if: github.event_name == 'pull_request'
170170
runs-on: macos-15
171171
env:
172-
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
172+
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
173173
steps:
174174
- uses: actions/checkout@v4
175175
- name: Build Quickstart

scripts/quickstart_spm_xcodeproj.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ set -xeuo pipefail
2020

2121
SAMPLE=$1
2222
XCODEPROJ=${SAMPLE}/${SAMPLE}Example.xcodeproj/project.pbxproj
23-
echo "before"
24-
echo ${BRANCH_NAME}
25-
echo "after"
2623

2724
if grep -q "branch = main;" ${XCODEPROJ}; then
2825
sed -i "" "s#branch = main;#branch = $BRANCH_NAME;#" ${XCODEPROJ}

0 commit comments

Comments
 (0)