a123add45e2fd922aa7d63b9f32bd0ea7cf5b03f Cleared Log diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..f42c297 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,24 @@ +name: post + +on: + push: + branches: + - master + +jobs: + report-date: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + + - name: Add commit date and message to file + run: git show --pretty=oneline >> log.txt + + - name: Commit action changes + uses: EndBug/add-and-commit@v7.1.0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + add: '.' + message: 'Updated log' + branch: master diff --git a/index.html b/index.html new file mode 100644 index 0000000..e21781a --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + +
+ +