From 22d9ad92264a48c569fe91ac08bcd8629c1a70c0 Mon Sep 17 00:00:00 2001 From: Guillen Date: Sun, 16 Oct 2022 12:56:44 +0200 Subject: [PATCH 1/2] first commit of the forked repo --- hello.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.txt diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..9e3a434 --- /dev/null +++ b/hello.txt @@ -0,0 +1 @@ +suppy suppy From d30049c9ef3ca6d4c7c1652e425a0efb13b729d6 Mon Sep 17 00:00:00 2001 From: Guillen Date: Sun, 16 Oct 2022 13:36:15 +0200 Subject: [PATCH 2/2] fixed git action --- .github/workflows/example.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/example.yml diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml new file mode 100644 index 0000000..dd34bc4 --- /dev/null +++ b/.github/workflows/example.yml @@ -0,0 +1,7 @@ +on: push +jobs: + example: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: echo "Hello!"