Skip to content

Commit

Permalink
doc: rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Nov 11, 2024
1 parent 35a6f6b commit 0b30a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workspace/gh-workflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To use **Rust GitHub Workflows** in your project, add it to your `Cargo.toml`:

```toml
[build-dependencies]
rust-gh-workflows = "1"
gh-workflow = "1"
```

Then you can start creating GitHub Actions in your [build.rs](https://github.com/tailcallhq/rust-gh-workflow/blob/main/workspace/gh-workflow-gen/build.rs).
Expand Down
2 changes: 1 addition & 1 deletion workspace/gh-workflow/src/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ------------------------------- WARNING ---------------------------
# -------------------------------------------------------------------
#
# This file was automatically generated by rust-gh-workflows using the
# This file was automatically generated by gh-workflows using the
# gh-workflow-gen bin. You should add and commit this file to your
# git repository. **DO NOT EDIT THIS FILE BY HAND!** Any manual changes
# will be lost if the file is regenerated.
Expand Down

0 comments on commit 0b30a0f

Please sign in to comment.