Created
June 15, 2023 09:09
-
-
Save cr0hn/90b672a283e89f30774ef64c5e613931 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: Create Unstable Release | |
on: | |
push: | |
jobs: | |
build-and-deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout GitHub Action | |
uses: actions/checkout@main | |
- name: Get current date | |
id: date | |
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%s')" | |
- name: Test new GitHub Environment variable | |
run: | | |
echo ${{ steps.date.outputs.date }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment