Skip to content

Commit

Permalink
Merge pull request #6 from roo-ahine/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
roo-ahine authored Nov 11, 2024
2 parents 2ad2aa5 + e5fe810 commit 42e2559
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Create production promotion pull request
on:
push:
branches:
- main
jobs:
productionPromotion:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: production
- name: Reset promotion branch
run: |
git fetch origin main:main
git reset --hard main
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
branch: production-promotion
1 change: 0 additions & 1 deletion roo

This file was deleted.

2 changes: 1 addition & 1 deletion testfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test file
tests

0 comments on commit 42e2559

Please sign in to comment.