Compare commits
No commits in common. "dev" and "master" have entirely different histories.
@ -1,25 +0,0 @@
|
|||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
hello_world_job:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: A job to say hello
|
|
||||||
steps:
|
|
||||||
- name: Hello world action step
|
|
||||||
id: hello
|
|
||||||
uses: https://git.arswarog.ru/jt4d/pr-changelog-action@master
|
|
||||||
with:
|
|
||||||
who-to-greet: 'Mona the Octocat'
|
|
||||||
hello_world_job_gh:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: A job to say hello
|
|
||||||
steps:
|
|
||||||
- name: Hello world action step
|
|
||||||
id: hello
|
|
||||||
uses: actions/hello-world-docker-action@v2
|
|
||||||
with:
|
|
||||||
who-to-greet: 'Mona the Octocat'
|
|
@ -3,19 +3,15 @@ name: Continuous Integration
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- dev
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- dev
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
container:
|
|
||||||
image: docker.arswarog.ru:5000/jt4d/gitea-actions-base-image:latest
|
|
||||||
test-docker:
|
test-docker:
|
||||||
name: Docker Tests
|
name: Docker Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
@ -3,12 +3,10 @@ name: Lint Codebase
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- dev
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- dev
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
@ -4,9 +4,9 @@
|
|||||||
GREETING="Hello, $INPUT_WHO_TO_GREET!"
|
GREETING="Hello, $INPUT_WHO_TO_GREET!"
|
||||||
|
|
||||||
# Use workflow commands to do things like set debug messages
|
# Use workflow commands to do things like set debug messages
|
||||||
echo "$GREETING"
|
echo "::notice file=entrypoint.sh,line=7::$GREETING"
|
||||||
|
|
||||||
# Write outputs to the $GITHUB_OUTPUT file
|
# Write outputs to the $GITHUB_OUTPUT file
|
||||||
echo "time=$(date)"
|
echo "time=$(date)" >>"$GITHUB_OUTPUT"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user