testing action
Some checks failed
Upload hello.txt to S3 / upload (push) Failing after 0s

This commit is contained in:
Sohrab Behdani 2025-03-18 20:40:24 +03:30
parent 2256d2fdfb
commit f9132965db

View file

@ -8,7 +8,14 @@ on:
jobs:
upload:
runs-on: ubuntu-latest
container:
image: archlinux/archlinux:base-devel
privileged: true
steps:
- name: nodejs
- run: pacman -Syu --noconfirm nodejs
- name: Checkout repository
uses: actions/checkout@v4