Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed May 12, 2024
1 parent 8119238 commit 3f6c013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Patch Cartfile to pull request branch
if: github.event_name == 'pull_request'
run: |
ESCAPED_REF_NAME=$(echo "${{ github.ref }}" | sed 's/[\/&]/\\&/g' | sed 's/refs//g')
ESCAPED_REF_NAME=$(echo "${{ github.head_ref }}" | sed 's/[\/&]/\\&/g')
sed -i.bak "s/main/$ESCAPED_REF_NAME/g" Cartfile
- name: Carthage Update
Expand Down

0 comments on commit 3f6c013

Please sign in to comment.