Skip to content

Commit

Permalink
test after some reactoring in the action names
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 11, 2024
1 parent 0ab308d commit a057fd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actionstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Notifications
steps:
- name: IRC notification of starting the builds
uses: LanguageMachines/ticcactions/irc_init@v1
uses: LanguageMachines/ticcactions/irc-init@v1
with:
module: actionstest

Expand Down Expand Up @@ -50,10 +50,10 @@ jobs:
- uses: LanguageMachines/ticcactions/cpp-build-env@v1
- uses: LanguageMachines/ticcactions/cpp-dependencies@v1
- uses: LanguageMachines/ticcactions/cpp-safe-build@v1
- uses: LanguageMachines/ticcactions/irc_nick@v1
- uses: LanguageMachines/ticcactions/irc-nick@v1

- name: Notify IRC of results
uses: LanguageMachines/ticcactions/irc_status@v1
uses: LanguageMachines/ticcactions/irc-status@v1
with:
module: actiontests
branch: ${{ github.ref_name }}
Expand Down

0 comments on commit a057fd8

Please sign in to comment.