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

fixes: lychee pipeline workflow #1266

Merged
merged 1 commit into from
Jan 27, 2024
Merged

Conversation

axeII
Copy link
Contributor

@axeII axeII commented Jan 27, 2024

Currently lychee workflow is failing on missing .git directory. This PR adds checkout action to the workflow to fix the issue.

@github-actions github-actions bot added the area/github Changes made in the github directory label Jan 27, 2024
Comment on lines 23 to 24
with:
token: "${{ secrets.GITHUB_TOKEN }}"
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
with:
token: "${{ secrets.GITHUB_TOKEN }}"

Copy link
Owner

@onedr0p onedr0p Jan 27, 2024

Choose a reason for hiding this comment

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

Good find. These two lines are assumed, and can be removed. Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Glad to help 🙂.

@axeII axeII force-pushed the fix/lychee-pipeline branch from bbe3945 to 925156f Compare January 27, 2024 20:48
@onedr0p
Copy link
Owner

onedr0p commented Jan 27, 2024

Thanks again!

@onedr0p onedr0p merged commit 3a95e9e into onedr0p:main Jan 27, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/github Changes made in the github directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants