diff --git a/.changelog/beea81c9c138428aaf1d0d09e0b7120f.md b/.changelog/beea81c9c138428aaf1d0d09e0b7120f.md new file mode 100644 index 0000000..9386b46 --- /dev/null +++ b/.changelog/beea81c9c138428aaf1d0d09e0b7120f.md @@ -0,0 +1,4 @@ +--- +type: none +--- +Use script/bootstrap in slash_commands.yml \ No newline at end of file diff --git a/.github/workflows/slash_commands.yml b/.github/workflows/slash_commands.yml index 6de995e..6bd336d 100644 --- a/.github/workflows/slash_commands.yml +++ b/.github/workflows/slash_commands.yml @@ -44,9 +44,7 @@ jobs: python-version: 3.13 architecture: x64 - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install -r requirements.txt + run: ./script/bootstrap # add the changelog entry - name: Changelog Create