Skip to content

Commit

Permalink
Create tmp.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Jul 20, 2023
1 parent 48eb416 commit 8ed3484
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/tmp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches: "*"

jobs:
job1:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- shell: bash
run: |
ls -la
node -v
node -e "console.log(\`🔎 \${process.env.GITHUB_SERVER_URL}/\${process.env.GITHUB_REPOSITORY}/actions/runs/\${process.env.GITHUB_RUN_ID}/jobs/\${process.env.GITHUB_JOB}\`)"

0 comments on commit 8ed3484

Please sign in to comment.