Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
c7294998
Unverified
Commit
c7294998
authored
Mar 13, 2023
by
Umang Yadav
Committed by
GitHub
Mar 13, 2023
Browse files
Update GH actions to use GITHUB_OUTPUT (#1617)
* use GITHUB_STATE
parent
1741708f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
16 deletions
+8
-16
.github/workflows/ci.yaml
.github/workflows/ci.yaml
+8
-16
No files found.
.github/workflows/ci.yaml
View file @
c7294998
...
@@ -39,10 +39,8 @@ jobs:
...
@@ -39,10 +39,8 @@ jobs:
-
name
:
Prepare timestamp
-
name
:
Prepare timestamp
id
:
cache_timestamp
id
:
cache_timestamp
shell
:
cmake -P {0}
shell
:
bash
run
:
|
run
:
echo timestamp="$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_OUTPUT
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
message("::set-output name=timestamp::${current_date}")
-
name
:
Cache files for tidy
-
name
:
Cache files for tidy
uses
:
pat-s/always-upload-cache@v3.0.11
uses
:
pat-s/always-upload-cache@v3.0.11
...
@@ -88,10 +86,8 @@ jobs:
...
@@ -88,10 +86,8 @@ jobs:
-
name
:
Prepare timestamp
-
name
:
Prepare timestamp
id
:
cache_timestamp
id
:
cache_timestamp
shell
:
cmake -P {0}
shell
:
bash
run
:
|
run
:
echo timestamp="$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_OUTPUT
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
message("::set-output name=timestamp::${current_date}")
-
name
:
Cache files for cppcheck
-
name
:
Cache files for cppcheck
uses
:
pat-s/always-upload-cache@v2.1.3
uses
:
pat-s/always-upload-cache@v2.1.3
...
@@ -235,10 +231,8 @@ jobs:
...
@@ -235,10 +231,8 @@ jobs:
rbuild prepare -d cget -s gh
rbuild prepare -d cget -s gh
-
name
:
Prepare timestamp
-
name
:
Prepare timestamp
id
:
cache_timestamp
id
:
cache_timestamp
shell
:
cmake -P {0}
shell
:
bash
run
:
|
run
:
echo timestamp="$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_OUTPUT
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
message("::set-output name=timestamp::${current_date}")
-
name
:
Cache files for ccache
-
name
:
Cache files for ccache
# Ignore the failure of a step and avoid terminating the job.
# Ignore the failure of a step and avoid terminating the job.
...
@@ -331,10 +325,8 @@ jobs:
...
@@ -331,10 +325,8 @@ jobs:
rbuild prepare -d cget -s gh
rbuild prepare -d cget -s gh
-
name
:
Prepare timestamp
-
name
:
Prepare timestamp
id
:
cache_timestamp
id
:
cache_timestamp
shell
:
cmake -P {0}
shell
:
bash
run
:
|
run
:
echo timestamp="$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_OUTPUT
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
message("::set-output name=timestamp::${current_date}")
-
name
:
Cache files for ccache
-
name
:
Cache files for ccache
# Ignore the failure of a step and avoid terminating the job.
# Ignore the failure of a step and avoid terminating the job.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment