Skip to content

Branch sync fix #120

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

Merged
merged 2 commits into from
Aug 13, 2025
Merged

Branch sync fix #120

merged 2 commits into from
Aug 13, 2025

Conversation

MetRonnie
Copy link
Member

Description

Follow-up to #112

Checklist

  • I have read the contributing instructions in README.md and have opened this against the correct branch & milestone

@MetRonnie MetRonnie added this to the v1 milestone Aug 13, 2025
@MetRonnie MetRonnie self-assigned this Aug 13, 2025
@MetRonnie MetRonnie added bug Something isn't working small labels Aug 13, 2025
@@ -95,7 +95,7 @@ jobs:
run: |
if [[ -n "$RUNNER_DEBUG" ]]; then set -x; fi

current_branch="$(git rev-parse HEAD --abbrev-ref)"
current_branch="$(git branch --show-current)"
Copy link
Member

Choose a reason for hiding this comment

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

Fixing something, or changing to taste?

I'm not sure this as flexible is all.

Copy link
Member Author

Choose a reason for hiding this comment

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

For some reason this was not giving the branch name, but the commit hash (even though a branch should definitely be checked out).

@MetRonnie MetRonnie merged commit e2fbcef into cylc:v1 Aug 13, 2025
7 checks passed
@MetRonnie MetRonnie mentioned this pull request Aug 14, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants