This commit is contained in:
iFargle 2023-10-02 20:05:23 +09:00
parent 2f1a173e53
commit 18f06b9a98

View file

@ -7,7 +7,9 @@ jobs:
runs-on: docker runs-on: docker
# container: nixos/nix # container: nixos/nix
steps: steps:
- uses: ./.forgejo/actions/nixos-docker - uses: actions/checkout@v3
- id: nixos-docker-create
uses: ./.forgejo/actions/nixos-docker
- 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." - run: echo "This job is now running on a ${{ runner.os }} server."
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."