Skip to content

Commit

Permalink
update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjiang-cb committed Jan 25, 2024
1 parent ebe8569 commit 20e77d5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Singleton g11n-js-client CI
name: Hi Mascot
on: push
env:
mascot: Mona
super_duper_var: totally_awesome

on:
[push]
jobs:
pre-process:
name: Pre process
windows_job:
runs-on: windows-latest
steps:
- run: echo 'Hi ${{ env.mascot }}' # Hi Mona
- run: echo 'Hi ${{ env.mascot }}' # Hi Octocat
env:
mascot: Octocat
linux_job:
runs-on: ubuntu-latest
outputs:
docs-updated: ${{ steps.docs-updated-action.outputs.were-only-docs-updated }}
env:
mascot: Tux
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 2.
- name: Were only docs updated
id: docs-updated-action
uses: ./.github/actions/docs-update-action
with:
commit-range: ${{ steps.get-commit-range-action.outputs.commit-range }}
- run: echo 'Hi ${{ env.mascot }}' # Hi Tux

0 comments on commit 20e77d5

Please sign in to comment.