Skip to content

Commit

Permalink
replace composite action with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
imskr committed Jul 17, 2022
1 parent 9f369d0 commit b3113ab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/integration.yml

This file was deleted.

5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
![result](./public/images/results.png)

<!-- BLOG-LIST-START -->
- [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)
<!-- BLOG-LIST-END -->

## Support
Expand Down
11 changes: 0 additions & 11 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b3113ab

Please sign in to comment.