Skip to content

Commit

Permalink
improved checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
kirgrim committed Apr 14, 2024
1 parent 1260d38 commit 0ca667e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.workflow_run.head_branch }}
- name: Install Node JS
run: |
sudo apt-get update && sudo apt-get install nodejs && sudo apt-get install npm
Expand Down

0 comments on commit 0ca667e

Please sign in to comment.