Skip to content
Snippets Groups Projects
Unverified Commit ca5c3d4a authored by dnns01's avatar dnns01 Committed by GitHub
Browse files

Check Git Status

parent 793b5f6b
No related branches found
No related tags found
1 merge request!128Merge learninggroup changes to release
......@@ -21,17 +21,18 @@ jobs:
steps:
- name: Change directory
run: cd /home/boty-qa/
run: cd /home/boty-qa/fernuni-bot
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Check Git
run: git status
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
# - name: Run a one-line script
# run: echo Hello, world!
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
# - name: Run a multi-line script
# run: |
# echo Add other actions to build,
# echo test, and deploy your project.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment