Skip to content

ristaum is testing out GitHub Actions πŸš€ #3

ristaum is testing out GitHub Actions πŸš€

ristaum is testing out GitHub Actions πŸš€ #3

Workflow file for this run

name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions πŸš€
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: self-hosted
steps:
- run: curl www.topdev.de > topdev.html
- uses: actions/upload-artifact@v4
with:
name: topdev_html
path: topdev.html