We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79716eb commit 15dfaacCopy full SHA for 15dfaac
.github/workflows/build-and-snapshot.yml
@@ -117,7 +117,7 @@ jobs:
117
source venv/bin/activate
118
python3 -m pip install --upgrade pip
119
pip install PyYAML requests
120
- python3 .github/workflows/generate_plugin_repo.py
+ python3 .github/workflows/generate_plugin_repo.py $GITHUB_REF_NAME
121
echo "✅ Plugin repository YAML generated"
122
123
- name: Generate timestamp
0 commit comments