use specific container
Explore-Gitea-Actions Details

pull/5/head
Arneth 3 years ago
parent c928c8ddfd
commit 4597d4152f

@ -5,6 +5,7 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: [self-hosted, windows] runs-on: [self-hosted, windows]
container: nostalgic_brown
steps: steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"

Loading…
Cancel
Save