Skip to content

Commit

Permalink
Update TestFile
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Dec 26, 2023
1 parent 7c6be47 commit 8587569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestFile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fsdTest
ffsdTest
j
hdsf
gjhk
Expand Down

1 comment on commit 8587569

@github-actions
Copy link

Choose a reason for hiding this comment

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

  • Publish PR to GitHub Packages

Last commit published: 85875699d19c9d53c315afa83e358dc3586dedfb.

PR Publishing

The artifacts published by this PR:

Repository Declaration

In order to use the artifacts published by the PR, add the following repository to your buildscript:

repositories {
    maven {
        name 'Maven for PR #4' // https://github.com/ForgeForce/gradle-actions-test/pull/4
        url 'https://prmaven.neoforged.net/gradle-actions-test/pr4'
        content {
            includeModule('com.example3', 'gradle-actions-test')
        }
    }
}

Please sign in to comment.