Skip to content

Commit

Permalink
create nice output in push2gitlab.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipPartsch authored Dec 29, 2024
1 parent cd5cdde commit 1aef492
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push2gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ env:
jobs:
Push2Gitlab:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- name: Clone repo to github runner
uses: actions/checkout@v4
- name: Push To Gitlab
env:
token: ${{ secrets.GITLAB_ACCESS_TOKEN }}
if: github.ref == 'refs/heads/main'
run: |
echo Starting to push repo to gitlab
#git config list
Expand Down

0 comments on commit 1aef492

Please sign in to comment.