Skip to content

Commit

Permalink
ci: Update Github checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Jun 25, 2024
1 parent f508ac4 commit 97a1501
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ on: [push]
jobs:
trigger-gitlab:
runs-on: ubuntu-latest
environment: "CI Gitlab"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Mirror + Trigger CI
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
with:
args: "https://gitlab.com/<namespace>/<repository>"
args: "https://gitlab.datascience.ch/gabriel.nuetzi/rdf-protect"
env:
FOLLOW_TAGS: "false"
FORCE_PUSH: "true"
Expand Down

0 comments on commit 97a1501

Please sign in to comment.