Skip to content

Commit 73661c9

Browse files
File sync from hanakai-rb/repo-sync
Updated files: - .github/SUPPORT.md - .github/workflows/ci.yml
1 parent 69cb1e5 commit 73661c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Support
22

3-
If you need help with any of the dry-rb libraries, feel free to ask questions on our [discussion forum](https://discourse.hanamirb.org/). This is the best place to seek help. Make sure to search for a potential solution in past threads before posting your question. Thanks! :heart:
3+
If you need help with any of the Hanami, Dry or Rom libraries, feel free to ask questions on our [discussion forum](https://discourse.hanamirb.org/). This is the best place to seek help. Make sure to search for a potential solution in past threads before posting your question. Thanks! :heart:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
tests:
16-
name: Tests (${{ matrix.ruby }})
16+
name: Tests (Ruby ${{ matrix.ruby }})
1717
permissions:
1818
pull-requests: write
1919
runs-on: ubuntu-latest
@@ -94,4 +94,4 @@ jobs:
9494
run: |
9595
tag=$(echo $GITHUB_REF | cut -d / -f 3)
9696
ossy gh w dry-rb/devtools release --payload "{\"tag\":\"$tag\",\"sha\":\"${{github.sha}}\",\"tag_creator\":\"$GITHUB_ACTOR\",\"repo\":\"$GITHUB_REPOSITORY\",\"repo_name\":\"${{github.event.repository.name}}\"}"
97-
97+

0 commit comments

Comments
 (0)