Rename role

This commit is contained in:
itdoginfo
2024-04-17 14:30:53 +03:00
parent 5212bb595c
commit ad470ade6e
12 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ on:
branches: [ "master" ] branches: [ "master" ]
paths: paths:
- .github/** - .github/**
- domain-routing-openwrt/** - domain_routing_openwrt/**
jobs: jobs:
build: build:
@@ -17,5 +17,5 @@ jobs:
uses: robertdebock/galaxy-action@1.2.0 uses: robertdebock/galaxy-action@1.2.0
with: with:
galaxy_api_key: ${{ secrets.galaxy_api_key }} galaxy_api_key: ${{ secrets.galaxy_api_key }}
path: domain-routing-openwrt path: domain_routing_openwrt
git_branch: master git_branch: master