Skip to content

Commit

Permalink
image setting
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejiongru committed Nov 19, 2024
1 parent acbd6fa commit 3082452
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bonjour.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
jobs:
dire_bonjour:
runs-on: ubuntu-22.04
container:
image: ghcr.io/cicd-lectures/gitpod:latest
options: --user=root
steps:
- uses: actions/checkout@v4 # Récupère le contenu du dépôt correspondant au commit du workflow en cours
- run: |
sudo apt-get update
sudo apt-get install -y cowsay
- run: cat README.md | cowsay # Affiche le contenu du fichier `README.md` à la base du dépôt
- run: cat README.md | cowsay

0 comments on commit 3082452

Please sign in to comment.