7cc668707b
* Test setup before I try to understand how things work * Remove .gitignore before we run docker cp
14 lines
340 B
YAML
14 lines
340 B
YAML
name: issue-228
|
|
|
|
on:
|
|
- push
|
|
|
|
jobs:
|
|
kind:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: apt-get update -y && apt-get install git -y # setup git credentials will fail otherwise
|
|
- name: Setup git credentials
|
|
uses: fusion-engineering/setup-git-credentials@v2
|
|
with:
|
|
credentials: https://test@github.com/
|