Skip to content

Commit

Permalink
fixing workflows 17
Browse files Browse the repository at this point in the history
  • Loading branch information
DraKen0009 committed Dec 6, 2024
1 parent 43c3b4e commit 0219ed0
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 @@ -25,16 +25,14 @@ jobs:

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

0 comments on commit 0219ed0

Please sign in to comment.