diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml deleted file mode 100644 index 21b422d..0000000 --- a/.github/workflows/integration.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Readme Update Blog -on: - push: - branches: - - "main" - pull_request: - branches: - - "main" - -jobs: - update-blog: - name: Update latest blogs - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Fetch medium.com posts - uses: ./ - with: - rss_list: "https://imskr.medium.com/feed" \ No newline at end of file diff --git a/README.md b/README.md index 2737844..c7547eb 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,6 @@ ![result](./public/images/results.png) -- [Deploy Your Java Spring Boot Application on AWS EC2 Using GitHub Actions and Docker](https://betterprogramming.pub/deploy-your-spring-boot-java-application-to-aws-ec2-using-github-actions-and-docker-e28c456a4b1a?source=rss-2612c96405e4------2) - -- [From Open Source Contributor to Google SoC at GitLab](https://medium.com/geekculture/gitlab-google-summer-of-code-e5e819547ee7?source=rss-2612c96405e4------2) - -- [How To Build Your First Chrome Extension in 5 Minutes](https://medium.com/dailyjs/how-to-build-your-first-chrome-extension-in-5-min-1dbe3eb94575?source=rss-2612c96405e4------2) ## Support diff --git a/action.yml b/action.yml index 829bc11..fdf7a60 100644 --- a/action.yml +++ b/action.yml @@ -38,17 +38,6 @@ runs: - "-commit_user=${{ inputs.commit_user }}" - "-commit_email=${{ inputs.commit_email }}" - "-commit_message=${{ inputs.commit_message }}" - # steps: - # - uses: actions/checkout@v3 - # - uses: actions/setup-go@v2 - # with: - # go-version: '1.18' - - # - run: go mod tidy - # shell: bash - - # - run: go run ${{ github.action_path }}/main.go - # shell: bash branding: icon: 'file-text'