run action on shell
All checks were successful
Build Resume / build (push) Successful in 3s

This commit is contained in:
Jean-Michel Tremblay 2026-04-23 17:07:02 -04:00
parent 191a7bea03
commit e4996d663d

View file

@ -2,7 +2,7 @@ name: Build Resume
on: [push] on: [push]
jobs: jobs:
build: build:
runs-on: docker runs-on: shell
steps: steps:
- name: Checkout - name: Checkout
run: | run: |