Skip to content

Commit

Permalink
Fix header referring to wrong origin
Browse files Browse the repository at this point in the history
  • Loading branch information
StartsMercury committed Mar 12, 2024
1 parent 777b110 commit ee80c55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Modified version of build-commit.yml from CaffeineMC/sodium-fabric
# https://github.com/CaffeineMC/sodium-fabric/blob/aa613ca1ffeaeede666fe83faf31881b95caace1/.github/workflows/build-commit.yml
# Modified version of build-pull-request.yml from CaffeineMC/sodium-fabric
# https://github.com/CaffeineMC/sodium-fabric/blob/aa613ca1ffeaeede666fe83faf31881b95caace1/.github/workflows/build-pull-request.yml

# Used when building external pull requests
# We don't want to publish build artifacts or expose our other caches to possibly untrusted code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Modified version of build-commit.yml from CaffeineMC/sodium-fabric
# https://github.com/CaffeineMC/sodium-fabric/blob/aa613ca1ffeaeede666fe83faf31881b95caace1/.github/workflows/build-commit.yml
# Modified version of build-release.yml from CaffeineMC/sodium-fabric
# https://github.com/CaffeineMC/sodium-fabric/blob/aa613ca1ffeaeede666fe83faf31881b95caace1/.github/workflows/build-release.yml

# Used when a release is pushed to GitHub
# This does not make use of any caching as to ensure a clean build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Modified version of build-commit.yml from CaffeineMC/sodium-fabric
# https://github.com/CaffeineMC/sodium-fabric/blob/aa613ca1ffeaeede666fe83faf31881b95caace1/.github/workflows/build-commit.yml
# Modified version of build-tag.yml from CaffeineMC/sodium-fabric
# https://github.com/CaffeineMC/sodium-fabric/blob/aa613ca1ffeaeede666fe83faf31881b95caace1/.github/workflows/build-tag.yml

# Used when a commit is tagged and pushed to the repository
# This makes use of caching for faster builds and uploads the resulting artifacts
Expand Down

0 comments on commit ee80c55

Please sign in to comment.