mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Prettify / Update commit message casing
This commit is contained in:
parent
b800db3393
commit
7400a9fbe8
32
.github/workflows/update-sfe-next.yml
vendored
32
.github/workflows/update-sfe-next.yml
vendored
@ -1,25 +1,25 @@
|
||||
on:
|
||||
push:
|
||||
# Sequence of patterns matched against refs/heads
|
||||
branches:
|
||||
branches:
|
||||
- master
|
||||
name: Update the sfe-next branch on pushes to master
|
||||
jobs:
|
||||
updateSfeNextBranch:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v1
|
||||
- name: update the dependency on @serverless/enterprise-plugin to the next tag
|
||||
run: node scripts/update-sfe-dep.js
|
||||
- name: git commit
|
||||
uses: srt32/git-actions@v0.0.3
|
||||
with:
|
||||
args: git config --global user.email "engineering@serverless.com" && git config --global user.name "Github Action" && git commit -am 'update the dependency on @serverless/enterprise-plugin to the next tag'
|
||||
- name: git push
|
||||
uses: srt32/git-actions@v0.0.3
|
||||
with:
|
||||
args: git push https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY} HEAD:sfe-next -f
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/checkout@master
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v1
|
||||
- name: update the dependency on @serverless/enterprise-plugin to the next tag
|
||||
run: node scripts/update-sfe-dep.js
|
||||
- name: git commit
|
||||
uses: srt32/git-actions@v0.0.3
|
||||
with:
|
||||
args: git config --global user.email "engineering@serverless.com" && git config --global user.name "Github Action" && git commit -am 'Update the dependency on @serverless/enterprise-plugin to the next tag'
|
||||
- name: git push
|
||||
uses: srt32/git-actions@v0.0.3
|
||||
with:
|
||||
args: git push https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY} HEAD:sfe-next -f
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user