Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set explicit SwiftPolyglot tag and update clone path #547

Merged
merged 2 commits into from
May 24, 2024

Conversation

roddymunro
Copy link
Contributor

I noticed there wasn't an explicit tag for SwiftPolyglot. I wanted to make sure your PRs are not affected by any potential breaking changes in the future, so setting the tag will prevent any issues before you get the chance to upgrade.

@@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v4

- name: Clone SwiftPolyglot
run: git clone https://github.com/appdecostudio/SwiftPolyglot.git
run: git clone https://github.com/appdecostudio/SwiftPolyglot.git --branch 0.3.1 ../SwiftPolyglot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
run: git clone https://github.com/appdecostudio/SwiftPolyglot.git --branch 0.3.1 ../SwiftPolyglot
run: git clone --branch 0.3.1 -- https://github.com/appdecostudio/SwiftPolyglot.git ../SwiftPolyglot

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nevack Thanks, done

@roddymunro roddymunro requested a review from nevack May 9, 2024 22:04
@MattKiazyk MattKiazyk merged commit 6fda52e into XcodesOrg:main May 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants