Skip to content

Commit

Permalink
fixing workflows 10
Browse files Browse the repository at this point in the history
  • Loading branch information
DraKen0009 committed Dec 6, 2024
1 parent df66b07 commit 9d4eef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-plugin-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Update plug_config.py
run: |
branch_name=${GITHUB_REF_NAME}
cat > ./plug_config.py <<EOL
cat > ./plug_config.py << 'EOL'
from plugs.manager import PlugManager
from plugs.plug import Plug

Expand Down

0 comments on commit 9d4eef1

Please sign in to comment.