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 repo description #58

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Fix repo description #58

merged 1 commit into from
Jun 26, 2024

Conversation

gammazero
Copy link
Collaborator

Fix misspelled repo description

Copy link

Before merge, verify that all the following plans are correct. They will be applied as-is after the merge.

Terraform plans

ipni

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # github_repository.this["test"] will be updated in-place
  ~ resource "github_repository" "this" {
      ~ description                 = ":test_tube: Testing untilty library" -> ":test_tube: Testing utilty library"
        id                          = "test"
        name                        = "test"
        # (32 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@gammazero gammazero merged commit df92ed9 into master Jun 26, 2024
6 checks passed
@gammazero gammazero deleted the fix-repo-descr branch June 26, 2024 15:21
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.

1 participant