Skip to content

remove about prs (common text with hexlet) #232

remove about prs (common text with hexlet)

remove about prs (common text with hexlet) #232

Workflow file for this run

name: Docker
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: hexlet-basics/exercises-action@release
with:
DOCKER_USERNAME: ${{ github.actor }}
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}