lol #2

Open
lubiana wants to merge 14 commits from test into master
2 changed files with 4 additions and 7 deletions
Showing only changes of commit 575ced1b95 - Show all commits

View file

@ -1,17 +1,13 @@
on: [pull_request]
jobs:
build:
env:
RUNNER_TOOL_CACHE: /toolcache
runs-on: docker
container:
image: git.php.fail/lubiana/container/php:ci
steps:
- run: ls -l /
- run: ls -l /opt
- run: echo 'lol' >> /opt/hostedtoolcache/omg.txt
- run: cat /opt/hostedtoolcache/omg.txt
- name: lol
run: |
output=$(cat ./output.txt)
output=$(cat output.txt)
echo $output
curl -vvv -X POST \
-H "Authorization: token ${GITHUB_TOKEN}" \

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.idea