This commit is contained in:
iFargle 2023-10-02 19:39:05 +09:00
parent 497dbf9dc4
commit 581e93e73c

View file

@ -8,7 +8,7 @@ jobs:
# container: nixos/nix # container: nixos/nix
steps: steps:
# - uses: .forgejo/workflows/Dockerfile # - uses: .forgejo/workflows/Dockerfile
- uses: https://git.sysctl.io/albert/nix/.forgejo/workflows/Dockerfile@main - uses: https://git.sysctl.io/albert/nix-dockerfile@main
- 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 }}."