Fix an embarrassing bug for non-multizone production/speherical probl… #175
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mirror and run GitLab CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Mirror + trigger CI | |
uses: SvanBoxel/gitlab-mirror-and-ci-action@master | |
with: | |
args: "https://gitlab.com/AFD-Illinois/kharma" | |
env: | |
FORCE_PUSH: "false" | |
GITLAB_HOSTNAME: "gitlab.com" | |
GITLAB_USERNAME: "bprather" | |
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} | |
GITLAB_PROJECT_ID: "19796382" | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |