Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgrindel/gha_create_release_test
This repository is used to test changes to cgrindel/gha_create_release.
https://github.com/cgrindel/gha_create_release_test
Last synced: 2 days ago
JSON representation
This repository is used to test changes to cgrindel/gha_create_release.
- Host: GitHub
- URL: https://github.com/cgrindel/gha_create_release_test
- Owner: cgrindel
- License: apache-2.0
- Created: 2022-01-11T17:50:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T18:04:45.000Z (2 months ago)
- Last Synced: 2024-11-09T20:46:17.820Z (about 2 months ago)
- Language: Starlark
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test Repository for `cgrindel/gha_create_release`
This repository is used to test changes to
[cgrindel/gha_create_release](https://github.com/cgrindel/gha_create_release).The snippet below should be updated by the [cgrindel/gha_create_release](https://github.com/cgrindel/gha_create_release)
CI tests.```python
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")http_archive(
name = "cgrindel_gha_create_release_test",
sha256 = "e21ba92ff81e65b9a5739fa6b7abd9d22911c30ae38556b4a5c7151bbfdf3d02",
urls = [
"https://github.com/cgrindel/gha_create_release_test/releases/download/v999.0.0-11485566698-1/repo_name.v999.0.0-11485566698-1.tar.gz",
],
)load("@cgrindel_gha_create_release_test:deps.bzl", "gha_create_release_test_dependencies")
gha_create_release_test_dependencies()
load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")
bazel_starlib_dependencies()
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
```