Skip to content

Merge branch 'dev' of https://github.com/Canadian-Geospatial-Platform… #54

Merge branch 'dev' of https://github.com/Canadian-Geospatial-Platform…

Merge branch 'dev' of https://github.com/Canadian-Geospatial-Platform… #54

name: Push changes from Dev to Stage
on:
push:
branches: [ dev ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Initiate - Dev
uses: actions/checkout@v3
with:
token: ${{ secrets.PAT }}
ref: ${{ github.head_ref }}
- name: Push changes - Init Stage
run: git push origin -f dev:stage