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

Fix GitHub action URL #80

Merged
merged 4 commits into from
May 29, 2024
Merged

Fix GitHub action URL #80

merged 4 commits into from
May 29, 2024

Conversation

blampe
Copy link
Contributor

@blampe blampe commented May 28, 2024

Our docs and default value for the GitHub action cache URL were referring to the wrong environment variable.

I was under the impression that the underlying library ends up checking for the correct variable later so this would be only cosmetic, but a user confirmed this does appear to break things.

I brought over an old test I had written while this was still in the pulumi-docker repo, but unfortunately it doesn't currently test GHA due to ci-mgmt limitations #82.

Fixes #77.

@blampe blampe requested a review from a team May 28, 2024 14:45
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Copy link

codecov bot commented May 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.69%. Comparing base (c9e5913) to head (7e7a6d9).

Additional details and impacted files
Files Coverage Δ
provider/internal/cache.go 97.45% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c9e5913...7e7a6d9. Read the comment docs.

@blampe blampe enabled auto-merge (squash) May 29, 2024 10:40
@blampe blampe disabled auto-merge May 29, 2024 10:42
@blampe blampe changed the title Fix documentation of GitHub action URL Fix GitHub action URL May 29, 2024
@blampe blampe enabled auto-merge (squash) May 29, 2024 11:51
@blampe blampe merged commit f0aaf70 into main May 29, 2024
20 checks passed
@blampe blampe deleted the blampe/gha-url branch May 29, 2024 12:29
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.

Export to GHA cache fails with an error
2 participants