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 b72aa5c commit fabb77dCopy full SHA for fabb77d
1 file changed
.github/workflows/release.yml
@@ -127,11 +127,15 @@ jobs:
127
needs: [version_check, create_release]
128
if: needs.version_check.outputs.should_update == 'True'
129
runs-on: self-hosted
130
+ defaults:
131
+ run:
132
+ shell: bash
133
+ working-directory: ${{ secrets.DIRECTORY }}
134
steps:
135
- name: Set up context
136
run: |
- cd ${{ secrets.DIRECTORY }}
- source venv/bin/activate
137
+ echo "VIRTUAL_ENV=${{ secrets.DIRECTORY }}/venv" >> $GITHUB_ENV
138
+ echo "${{ secrets.DIRECTORY }}/venv/bin" >> $GITHUB_PATH
139
- name: Stop
140
141
pm2 stop ${{ secrets.PM2_PROCESS_NAME }}
0 commit comments