Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7253e8 + d5a4c2b commit 67f8a73Copy full SHA for 67f8a73
1 file changed
.github/workflows/shiny-pr-3-cleanup.yaml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
cleanup-pr:
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
11
if: contains(github.event.pull_request.labels.*.name, 'DEPLOY')
12
permissions:
13
pull-requests: write
@@ -17,6 +17,9 @@ jobs:
17
with:
18
use-public-rspm: true
19
20
+ - name: Install system dependencies
21
+ run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
22
+
23
- name: Delete app
24
env:
25
SHINY_APP_NAME: ${{ vars.SHINY_APP_NAME }}_PR_${{ github.event.pull_request.number }}
0 commit comments