add gm repo zip
and gm repo unzip
#304
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: 🌃 Nightly compatibility check | |
on: | |
pull_request: | |
branches: [main] | |
types: [opened, synchronize, reopened] | |
jobs: | |
check-merge: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checking out repository | |
uses: actions/checkout@v3 | |
- name: Docker Fix (for act) | |
run: | | |
git fetch origin | |
git reset --hard ${{ github.sha }} | |
shell: bash | |
if: ${{ env.ACT }} | |
- uses: amtoine/[email protected] | |
with: | |
do_push: false |