This commit is contained in:
iFargle 2023-10-03 21:10:47 +09:00
parent dbe44399e0
commit 92d955f05a

View file

@ -32,6 +32,10 @@ jobs:
hostname hostname
cat /etc/os-release cat /etc/os-release
- name: "Nix Version"
run: |
nix --version
- 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 }}."