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 738a99a commit 410e971Copy full SHA for 410e971
.github/workflows/firebaseai.yml
@@ -169,7 +169,7 @@ jobs:
169
if: github.event_name == 'pull_request'
170
runs-on: macos-15
171
env:
172
- BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
+ BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
173
steps:
174
- uses: actions/checkout@v4
175
- name: Build Quickstart
scripts/quickstart_spm_xcodeproj.sh
@@ -20,9 +20,6 @@ set -xeuo pipefail
20
21
SAMPLE=$1
22
XCODEPROJ=${SAMPLE}/${SAMPLE}Example.xcodeproj/project.pbxproj
23
-echo "before"
24
-echo ${BRANCH_NAME}
25
-echo "after"
26
27
if grep -q "branch = main;" ${XCODEPROJ}; then
28
sed -i "" "s#branch = main;#branch = $BRANCH_NAME;#" ${XCODEPROJ}
0 commit comments