no checkout
All checks were successful
Upload hello.txt to S3 / upload (push) Successful in 28s

This commit is contained in:
Sohrab Behdani 2025-03-18 20:50:38 +03:30
parent e6189f5dc5
commit 5e2e662ef6

View file

@ -16,9 +16,6 @@ jobs:
- name: Install Node.js
run: pacman -Syu --noconfirm nodejs
- name: Checkout repository
uses: actions/checkout@v4
- name: Create hello.txt
run: echo "Hello, Forgejo CI!" > hello.txt