diff --git a/.github/workflows/action#2.yaml b/.github/workflows/action#2.yaml index 8738f900..2cd8142b 100644 --- a/.github/workflows/action#2.yaml +++ b/.github/workflows/action#2.yaml @@ -3,6 +3,6 @@ on: pull_request: jobs: print-branch: - runs-on: ubuntu-lates + runs-on: ubuntu-latest steps: - - run: echo "runs from branch ${{ github.ref }}" \ No newline at end of file + - run: echo "runs from branch ${{ github.ref }}" diff --git a/tests/test2.txt b/tests/test2.txt new file mode 100644 index 00000000..e69de29b