Skip to content

Commit

Permalink
maybe like this
Browse files Browse the repository at this point in the history
  • Loading branch information
NikodemMarek committed Dec 8, 2023
1 parent 2105e98 commit abb01a5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cheatsheet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Build Docker Image
- name: build docker image and generate cheatsheets
run: |
docker compose build
docker compose up
- name: Commit Changes
- name: commit cheatsheets
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git add .
git commit -m "Update cheatsheet"
git add cheatsheets
git commit -m "update cheatsheet"
git push

0 comments on commit abb01a5

Please sign in to comment.