Update .gitea/workflows/deploy.yml
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s Details

This commit is contained in:
Alice 2024-07-08 19:55:00 -03:00
parent 1fd3199f81
commit 229fa2741c
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Setup env
- run: sudo apt install bundler
run: sudo apt install bundler
- name: Setup bundle deps
- run: cd ${{ gitea.workspace }}
run: cd ${{ gitea.workspace }}
- run: bundle install
- name: Build