Skip to content

Commit

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

# Update the plug_config.py file with the required content
- name: Update plug_config.py
env:
BRANCH_NAME: ${{ github.ref_name }}
run: |
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="${{ github.ref_name }}"
configs={},
)
plugs = [camera_plugin]
Expand Down

0 comments on commit 956e0f4

Please sign in to comment.