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:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
container:
|
||||
image: docker.arswarog.ru:5000/jt4d/gitea-actions-base-image:latest
|
||||
test-docker:
|
||||
name: Docker Tests
|
||||
runs-on: ubuntu-latest
|
@ -3,12 +3,10 @@ name: Lint Codebase
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: read
|
@ -4,9 +4,9 @@
|
||||
GREETING="Hello, $INPUT_WHO_TO_GREET!"
|
||||
|
||||
# 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
|
||||
echo "time=$(date)"
|
||||
echo "time=$(date)" >>"$GITHUB_OUTPUT"
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user