Skip to content

Commit

Permalink
fixing workflows 12
Browse files Browse the repository at this point in the history
  • Loading branch information
DraKen0009 committed Dec 6, 2024
1 parent fca599c commit 710403a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-plugin-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ jobs:

# Update the plug_config.py file with the required content
- name: Update plug_config.py
env:
BRANCH_NAME: ${{ github.ref_name }}
run: |
branch_name=${GITHUB_REF_NAME}
cat > ./plug_config.py << 'EOL'
from plugs.manager import PlugManager
from plugs.plug import Plug
camera_plugin = Plug(
name="camera",
package_name="git+https://github.com/ohcnetwork/care_camera_asset.git",
version="@${branch_name}",
version="@${BRANCH_NAME}",
configs={},
)
plugs = [camera_plugin]
Expand Down

0 comments on commit 710403a

Please sign in to comment.