Skip to content

Commit

Permalink
forgot to add tmate step
Browse files Browse the repository at this point in the history
  • Loading branch information
rpodcast committed Apr 2, 2024
1 parent 28653c9 commit dd496f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-ectd-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,15 @@ jobs:

- name: Check out ECTD bundle destination repo
uses: actions/checkout@v4
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
with:
repository: RConsortium/submissions-pilot4-webR-to-fda
path: ./submissions-pilot4-webR-to-fda
token: ${{ secrets.API_TOKEN_GITHUB }}

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

- name: Copy ECTD bundle
run: bash ./.github/scripts/copy-ectd-bundle.sh
env:
Expand Down

0 comments on commit dd496f6

Please sign in to comment.